Using the example module: My Module (id 93)
Simple Module
by title:
{module title="My Module"}
or by id:
{module id="93"}
This is the content of custom module "My Module".
Setting the chrome
Set any available module html style (chrome) supported by the template, like none
(default), xhtml
, well
, etc.
{module title="My Module" style="well"}
My Module
This is the content of custom module "My Module".
Overruling parameters
Showing the title of the module.
{module title="My Module" showtitle="true"}
My Module
This is the content of custom module "My Module".