Using the example module: My Module (id 138)
Syntax
{module My Module}
or by id:
{module 138}
Result
This is the content of custom module "My Module".
Set any available module html style (chrome) supported by the template, like none
(default), xhtml
, well
, etc.
Syntax
{module title="My Module" style="well"}
Result
This is the content of custom module "My Module".
Showing the title of the module.
Syntax
{module title="My Module" showtitle="true"}
Result
My Module
This is the content of custom module "My Module".
Using module position: position-7
Syntax
{modulepos position-7}
Result
This is the content of custom module "My Module".
This is the content of another custom module, also located in position-7.
Syntax
{modulepos position="position-7" style="well"}
Result
This is the content of custom module "My Module".
This is the content of another custom module, also located in position-7.