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.
 
 
 
 
 
 

10 lines
342 B

{if $articlecontentlist|@count > 0}
<li class="nav-header">Articles</li>
{foreach $articlecontentlist 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>
{/if}