Definitely remove engine array Change every themes to accomodate that change Tweak of video template of oscar to add link on video thumbnail
		
			
				
	
	
		
			11 lines
		
	
	
		
			617 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			617 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<div class="result">
 | 
						|
  {% if "icon_"~result.engine~".ico" in favicons %}
 | 
						|
    <img width="14" height="14" class="favicon" src="static/{{theme}}/img/icon_{{result.engine}}.ico" alt="{{result.engine}}" />
 | 
						|
  {% endif %}
 | 
						|
 | 
						|
      <h3 class="result_title"><a href="{{ result.url }}">{{ result.title|safe }}</a></h3>
 | 
						|
      {% if result.publishedDate %}<p class="published_date">{{ result.publishedDate }}</p>{% endif %}
 | 
						|
      <a href="{{ result.url }}"><img width="400" src="{{ result.thumbnail }}" title="{{ result.title|striptags }}" alt="{{ result.title|striptags }}"/></a>
 | 
						|
      <p class="url">{{ result.url }}</p>
 | 
						|
</div>
 |