mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-03 11:49:03 +00:00
12 lines
583 B
Smarty
Executable File
12 lines
583 B
Smarty
Executable File
<li class="nav-header">Useful links</li>
|
|
{if $loggedin == "true"}
|
|
<li><a title="{$site->title} Rss Feeds" href="{$smarty.const.WWW_TOP}/rss">Rss Feeds</a></li>
|
|
<li><a title="{$site->title} Api" href="{$smarty.const.WWW_TOP}/apihelp">Api</a></li>
|
|
{/if}
|
|
|
|
{foreach $usefulcontentlist as $content}
|
|
<li><a {if $menu.newwindow == "1"}class="external" target="null"{/if} title="{$content.title}" href="{$smarty.const.WWW_TOP}/content/{$content.id}{$content.url}">{$content.title}</a></li>
|
|
{/foreach}
|
|
</li>
|
|
<br><br><img src="{$smarty.const.WWW_THEMES}/shared/images/tmux_logo.png"/>
|