Fix link to images in admin predb template

This commit is contained in:
DariusIII
2019-02-14 13:37:23 +01:00
parent 7d708b2904
commit fdc38bd9c8
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -1,4 +1,5 @@
2019-02-14 DariusIII
* Fix: Fix link to images in admin predb template
* Chg: Remove Amazon as data source completely
* Fix: Fix coverurl error on Books
* Chg: Disable fetching amazon properties as a start of removal from NNTmux
+2 -2
View File
@@ -81,7 +81,7 @@
href="{$site->dereferrer_link}http://nzbindex.com/search/?q={$result.title}"
target="_blank"
>
<img src="{$smarty.const.WWW_TOP}/shared/images/icons/nzbindex.png"/>
<img src="{$smarty.const.WWW_ASSETS}/images/icons/nzbindex.png"/>
&nbsp;
</a>
</td>
@@ -92,7 +92,7 @@
href="{$site->dereferrer_link}http://binsearch.info/?q={$result.title}"
target="_blank"
>
<img src="{$smarty.const.WWW_TOP}/shared/images/icons/binsearch.png"/>
<img src="{$smarty.const.WWW_ASSETS}/images/icons/binsearch.png"/>
&nbsp;
</a>
</td>