Skip to content
denisezamora edited this page May 23, 2018 · 29 revisions

Joomlatools Pages includes a powerful tool called a module template filter. This filter allows you to dynamically inject data into a module position. This means that you will be able to insert modules on the fly.

To insert your module, all you need to do is use the following code:

<ktml:module position="[position]">[content]</ktml:module>

Clone this wiki locally