Jump to content

Edit History

Kropatics

Kropatics

It works: 

public function hookDisplayLeftColumn($params)
{
  
  	global $smarty;

	$smarty->assign('message', 'hello');

	return $smarty->display(dirname(__FILE__).'/views/mymodule.tpl');
}

But, is it the best way?

Kropatics

Kropatics

It works: 

public function hookDisplayLeftColumn($params)
{
  
  	global $smarty;

	$smarty->assign('message', 'hello');

	return $smarty->display(dirname(__FILE__).'/views/mymodule.tpl');
}

But, it is the best way?

×
×
  • Create New...