Something is amiss, though, because I get this error:
Code: Select all
string(116) "Smarty error: [in template:24 [color=red]line 108[/color]]: syntax error: unidentified token '=' (Smarty_Compiler.class.php, line 1407)"Code: Select all
{if $page_alias='blog'}
<p>
<h4>Categories</h4></br>
{cms_module module='News' browsecat="1" summarytemplate='categorylist.tpl' number='20'}
</p>
{cms_module module='News' makerssbutton='true' number='10'}
<p>
{cms_module module="bookmarks" category="Blogroll" target="_blank"}
</p>
{else}
{news number='5' detailpage="blog" moretext="read on -"}
{cms_module module='News' makerssbutton='true' number='10'}
{/if}

