コード例 #1
0
ファイル: Breadcrumbs.php プロジェクト: hettema/Stages
 /**
  * Constructor class
  * Set the brudcrumb html template file on initialization
  * 
  */
 function __construct()
 {
     parent::__construct();
     $this->setTemplate('page/html/breadcrumbs.phtml');
 }
コード例 #2
0
ファイル: Html.php プロジェクト: hettema/Stages
 /**
  * 
  */
 public function __construct()
 {
     parent::__construct();
     $this->_beforeCacheUrl();
 }