예제 #1
0
	function __construct($config = array())
	{
		parent::__construct($config);

		// additional path for common templates + corresponding override path
		$this->addCommonTemplatePath();
	}
예제 #2
0
 function __construct($config = array())
 {
     parent::__construct($config);
 }