コード例 #1
0
ファイル: centered.php プロジェクト: acohn/grinnellplans-php
 public function setup_page(PlansPage $page)
 {
     $tpl = parent::setup_page($page);
     $tpl->rightpanel_template = $this->setup_rightpanel($page);
     $tpl->setTemplate('views/templates/legacy/PlansPage_centered.tpl.php');
     return $tpl;
 }
コード例 #2
0
ファイル: oldplan.php プロジェクト: acohn/grinnellplans-php
 protected function setup_autoreads(WidgetList $autoreads, $lvl)
 {
     $tpl = parent::setup_autoreads($autoreads, $lvl);
     $tpl->setTemplate('views/templates/legacy/AutoReads_oldterm.tpl.php');
     return $tpl;
 }