mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-03 03:38:52 +00:00
Remove derefferer links from CouchPotato url in Gamma theme.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2016-05-12 DariusIII
|
||||
* Fix: Remove derefferer links from CouchPotato url in Gamma theme.
|
||||
* Fix: Fix nntmux_schema_fi for misc cats
|
||||
* Fix: Wrong path to postprocess.php when using sequential in tmux
|
||||
* Upd: Revert utf-8 fix apllied long time ago
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
{/if}
|
||||
{if !empty($cpurl) && !empty($cpapi)}
|
||||
<li>
|
||||
<a class="sendtocouch fa fa-bed" target="blackhole" href="javascript:;" rel="{$site->dereferrer_link}{$cpurl}/api/{$cpapi}/movie.add/?identifier=tt{$result.imdbid}&title={$result.title}" name="CP{$result.imdbid}" title="Add to CouchPotato"></a>
|
||||
<a class="sendtocouch fa fa-bed" target="blackhole" href="javascript:;" rel="{$cpurl}/api/{$cpapi}/movie.add/?identifier=tt{$result.imdbid}&title={$result.title}" name="CP{$result.imdbid}" title="Add to CouchPotato"></a>
|
||||
</li>
|
||||
{/if}
|
||||
{if $weHasVortex}
|
||||
|
||||
@@ -370,7 +370,7 @@
|
||||
<a id="guid{$release.guid}" class="icon icon_sabNZBinfo fa fa-share" style="text-decoration: none; color: #008ab8;" href="#" title="Send to queue"></a>
|
||||
{/if}
|
||||
{if !empty($cpurl) && !empty($cpapi)}
|
||||
<a class="sendtocouch fa fa-bed" target="blackhole" href="javascript:;" rel="{$site->dereferrer_link}{$cpurl}/api/{$cpapi}/movie.add/?identifier=tt{$release.imdbid}&title={$movie.title}" name="CP{$release.imdbid}" title="Add to CouchPotato"></a>
|
||||
<a class="sendtocouch fa fa-bed" target="blackhole" href="javascript:;" rel="{$cpurl}/api/{$cpapi}/movie.add/?identifier=tt{$release.imdbid}&title={$movie.title}" name="CP{$release.imdbid}" title="Add to CouchPotato"></a>
|
||||
{/if}
|
||||
{if $weHasVortex}
|
||||
<a class="icon icon_nzb fa fa-cloud-downloadvortex" href="#" title="Send to my NZBVortex"><img src="{$smarty.const.WWW_THEMES}/shared/images/icons/vortex/bigsmile.png"/></a>
|
||||
|
||||
Reference in New Issue
Block a user