New Content Block not showing in preview window
Posted: Thu Nov 08, 2007 4:13 pm
Please see code below:
After adding eh "main2" content block to my template everything seems to work just fine except when I want to use the preview window during edits??
Any ideas?
Thanks
TJ
Running CMS Made Simple 1.1.4.1 "Taga"
Code: Select all
{* Start Content (Navigation and Content columns) *}
<div id="content">
{* Start Navigation *}
<div id="sidebar">
<h2 class="accessibility">Navigation</h2>
{menu template='cssmenu.tpl'}
<hr class="accessibility" />
</div>
{* End Navigation *}
{* Start Content Area, Right Column *}
<div id="main">
<div style="float: right;">{print showbutton=true script=true}</div>
<h2>{title}</h2>
{content} <br />
</div>
[color=red] {* Content Area below css menu and right column *}
<div id="main2" class="hascontent">
{content block='main2'} <br />
</div>[/color]
Any ideas?
Thanks
TJ
Running CMS Made Simple 1.1.4.1 "Taga"