I want to use a module in a template but i need to pass via a parameter the id of the current content :
Code: Select all
{cms_module module='modulename' action='the_action' content_id='i_do_not_know'}
Thanx for your answers !
Code: Select all
{cms_module module='modulename' action='the_action' content_id='i_do_not_know'}
Code: Select all
$gCms->variables['pageinfo']->content_id;