mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update books page to show both Amazon and iTunes text
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2018-11-27 DariusIII
|
||||
* Chg: Update books page to show both Amazon and iTunes text
|
||||
* Chg: Update dariusiii/php-itunes-api to version 1.0.6 and update Books to fetch data from iTunes too
|
||||
* Chg: Update travis.yml, use xenial and add php 7.3 test
|
||||
* Chg: Update css and js for tinymce 4.9.0 release
|
||||
|
||||
@@ -76,8 +76,8 @@
|
||||
{if isset($result->url) && $result->url != ""}<a
|
||||
class="label label-primary" target="_blank"
|
||||
href="{$site->dereferrer_link}{$result->url}"
|
||||
name="amazon{$result->bookinfo_id}" title="View amazon page">
|
||||
Amazon</a>{/if}
|
||||
name="amazon{$result->bookinfo_id}" title="View amazon/iTunes page">
|
||||
Amazon/iTunes</a>{/if}
|
||||
{if isset($result->nfoid) && $result->nfoid > 0}<a
|
||||
href="{$smarty.const.WWW_TOP}/nfo/{$result->guid}"
|
||||
title="View Nfo" class="label label-primary" rel="nfo">
|
||||
|
||||
Reference in New Issue
Block a user