Page 1 of 1

How to name a menu templates with the .tpl extension ?

Posted: Wed Sep 12, 2012 10:26 pm
by Didjeko
Hi
I use cmsms V1.11
I have a very little problem when creating a menu template : cmsms does not allow me to end the name with ".tpl".
My template works well when I call it for my menu wthout the extension of course, but I would like it to be a ".tpl" just in order to be clearer and identical to the others (yes, I'm a programmer ;D ). How can I achieve that ?

Re: How to name a menu templates with the .tpl extension ?

Posted: Thu Sep 13, 2012 11:07 am
by Jo Morg
Didjeko wrote:cmsms does not allow me to end the name with ".tpl".
That's because the templates you create will be saved on the cmsms DB as a record instead of being saved as a file. The menu templates that end with the tpl extension are files and can be imported into the DB.
HTH