} else {
$aPluginOutput = array();
- $aPluginOutput = do_hook_function('template_construct',
- array($aPluginOutput, $file, $this));
+ $aPluginOutput = concat_hook_function('template_construct_' . $file,
+ array($aPluginOutput, $this));
$this->assign('plugin_output', $aPluginOutput);
// pull in our config file ($t? let's try to be more verbose please :-) )
} else {
$aPluginOutput = array();
- $aPluginOutput = do_hook_function('template_construct',
- array($aPluginOutput, $file, $this));
+ $aPluginOutput = concat_hook_function('template_construct_' . $file,
+ array($aPluginOutput, $this));
$this->assign('plugin_output', $aPluginOutput);
// pull in our config file ($t? let's try to be more verbose please :-) )