My default template for the homepage is "NCleanBlue". When you click on the "News" link on the left column, I want it to display the next page using the "NCleanBlue" template, not the "Left simple navigation + 1 column" template, which it appears to be doing.
I've tried editing the NCleanBlue template from:
Code: Select all
{* Start News *}
<div id="news">
{news number='3' detailpage='news'}
</div>
Code: Select all
{* Start News *}
<div id="news">
{news number='3' detailpage='news' detailtemplate='NCleanBlue'}
</div>
I'm sure there is something simple that I'm missing, but I've tried everything that I can think of...
Thanks in advance.