This may be a dumb question, but how does one insert a CMSMS template within another? For example, I would like to have a main template that calls upon other templates, such as footer, header, etc.
Thanks
Howto insert template within template
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Howto insert template within template
Global content blocks.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Howto insert template within template
That doesn't really help me, because if I add a header, the WYSIWYG editor strips my HTML and BODY tags, etc. There's no way to call on a template like you can normally with smarty?
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Howto insert template within template
well, you can create .tpl files and 'include' them sure.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Howto insert template within template
Just to clarify ... the template editor doesn't use WYSIWYG. So you can use global content blocks in your templates with whatever HTML tags you want.mkaminski wrote: That doesn't really help me, because if I add a header, the WYSIWYG editor strips my HTML and BODY tags, etc. There's no way to call on a template like you can normally with smarty?