Exemple #1
0
 public function set_template_layout()
 {
     $gantry = Gantry::instance();
     $chooser = new OutlineChooser();
     /** @var Theme $theme */
     $theme = $gantry['theme'];
     $theme->setLayout($chooser->select());
 }
Exemple #2
0
 public function types()
 {
     return OutlineChooser::types();
 }