mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Fix link to images in admin predb template
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
</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"/>
|
||||
|
||||
</a>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user