Table of Contents

COMMON_PAGE_FROMTEMPLATE

Description:
enhance or replace namespace templates
DefaultAction:
variables in the passed page content are replaced
Preventable:
yes
Added:
2010-03-10
Removed:
2011-02-03

This event got replaced by COMMON_PAGETPL_LOAD in devel on 2011-02-03 and will not be available in subsequent stable releases.

This event is signaled by pageTemplate() in inc/common.php when a new page is to be created (loaded into the editor), handlers can use it to load their own namespace templates (by replacing $data['tpl']) or process the page content (by changing $data['tpl']).

Passed Data

See also