im new in cmsms but i said it si one of the best cms systems
what i want to ask:
about global content blocks
i want to do something like this in my gcb
Code: Select all
<div id='mainfooter'>
<img id='bim' src='images/icon_mps.gif'>
<div style=''>
<table id='footer_link' class='smallfont_link' cellpadding='0' cellspacing='0' border='0'>
<tr>
<td width='100%'></td>
<td>{cms_module module='bookmarks' columns='2' category='bottom_links' email_to='1'}</td>
<td nowrap><img src='images/arrow.gif' class='imagelink'>terms of use</td>
<td nowrap><img src='images/arrow.gif' class='imagelink'>terms of use</td>
<td nowrap><img src='images/arrow.gif' class='imagelink'>terms of use</td>
<td nowrap><img src='images/arrow.gif' class='imagelink'>terms of use</td>
</tr>
</table>
</div>
<span class='smallfont'>MPS GmbH.1998-2007 Copyright.All rights reserved</span>
</div>
in my template the html code appears like a static code
the cms_module it is executed but the ... tags remains like a static text?
any ideea?
thanks a lot