You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
577 B

<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_TOP}/themes/shared/img/logo.png"/>