hi, I need to add static code block to a temlate, with a style..
#menu{
blabla;
}
but anywhere I put it it excludes the part within {}, because it thinks it is a dynamic block and says theres a problem with Smarty. I tried putting it into the template or using global content blocks, but no success.
Any other options how to put it there?
Any help muich appreciated
Michael
adding static { and } [resolved]
adding static { and } [resolved]
Last edited by snakey on Sun Feb 24, 2008 8:11 pm, edited 1 time in total.
Re: adding static { and }
great, thank you very much!sjoerrigter wrote: you shouls put the code between the tags {literal} and {/literal}. This way CMSMS won't recognize { and }.