Loading...
 
Features / Usability

Features / Usability


modules in center column?

posts: 37 United States

More specificly, can I put modules in divs in the html pages or tiki-custome_home template? Is this possible?

Thanks :-)

Kelly

posts: 4656 Japan

> More specificly, can I put modules in divs in the html pages or tiki-custome_home template? Is this possible?

You can put a module in a template file using Smarty include syntax, like this:
Copy to clipboard
{include file="modules/mod-login_box.tpl"}

Get the module's template name from the templates/modules/ directory.

I haven't used Tiki's HTML pages for a while so I'm not sure what kind of syntax is possible there.

-- Gary