Page 1 of 1

adding static { and } [resolved]

Posted: Sun Feb 24, 2008 12:44 pm
by snakey
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

Re: adding static { and }

Posted: Sun Feb 24, 2008 8:10 pm
by snakey
sjoerrigter wrote: you shouls put the code between the tags {literal} and {/literal}. This way CMSMS won't recognize { and }.
great, thank you very much!