diff options
| author | Matej Cotman <cotman.matej@gmail.com> | 2014-04-24 23:46:40 +0000 |
|---|---|---|
| committer | Matej Cotman <cotman.matej@gmail.com> | 2014-06-05 13:18:22 +0200 |
| commit | 08eaffe245303818069df3332eece11f41a0bd8e (patch) | |
| tree | 9a111cc283b644de9f9df306c531644e8421e283 /searx/templates/result_templates/images.html | |
| parent | 3386e21cdf30bf0accb84e2dcc4dea0076af1b90 (diff) | |
add multi theming support
Diffstat (limited to 'searx/templates/result_templates/images.html')
| -rw-r--r-- | searx/templates/result_templates/images.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/searx/templates/result_templates/images.html b/searx/templates/result_templates/images.html deleted file mode 100644 index 1f15ff2bb..000000000 --- a/searx/templates/result_templates/images.html +++ /dev/null @@ -1,6 +0,0 @@ -<div class="image_result"> - <p> - <a href="{{ result.img_src }}"><img src="{{ result.img_src }}" title={{ result.title }}/></a> - <span class="url"><a href="{{ result.url }}" class="small_font">original context</a></span> - </p> -</div> |