Page 1 of 1

Smarty error in menu

Posted: Sat Sep 05, 2009 1:50 pm
by Dr.led
Hi,

I'm trying to install a custom template in Cms made simple.

But i have an error with the menu:

Code: Select all

tring(201) "Smarty error: [in module_db_tpl:MenuManager;menu line 1]: syntax error: unrecognized tag: width: 680px; background-color: #a4b435; height: 25px; clear: both; (Smarty_Compiler.class.php, line 446)" string(129) "Smarty error: [in module_db_tpl:MenuManager;menu line 1]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 590)" string(174) "Smarty error: [in module_db_tpl:MenuManager;menu line 6]: syntax error: ..........
Here's the link to the website: http://lecureuil.be/nederlands/

???

Thanks!

Re: Smarty error in menu

Posted: Tue Sep 08, 2009 3:16 pm
by Pierre M.
Hello,
Dr.led wrote: ...custom template..."Smarty error: [in module_db_tpl:MenuManager;menu line 1]: syntax error:
Look for a syntax error in your custom template.
You can comment out things {* like thins *} in templates to narrow the error.

Pierre M.

Re: Smarty error in menu

Posted: Tue Sep 08, 2009 3:23 pm
by RonnyK
seems like some styling is standing inside the MM-template...

Ronny