 83d6f36659
			
		
	
	
		83d6f36659
		
	
	
	
	
		
			
			Definitely remove engine array Change every themes to accomodate that change Tweak of video template of oscar to add link on video thumbnail
		
			
				
	
	
		
			14 lines
		
	
	
		
			588 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			588 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <div class="result {{ result.class }}">
 | |
| 
 | |
|   {% 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 %}
 | |
| 
 | |
|   <div>
 | |
|     <h3 class="result_title"><a href="{{ result.url }}">{{ result.title|safe }}</a></h3>
 | |
| 	{% if result.publishedDate %}<p class="published_date">{{ result.publishedDate }}</p>{% endif %}
 | |
|     <p class="content">{% if result.content %}{{ result.content|safe }}<br />{% endif %}</p>
 | |
|     <p class="url">{{ result.pretty_url }}</p>
 | |
|   </div>
 | |
| </div>
 |