示例#1
0
 public function init()
 {
     if ($this->multisite) {
         $theme = $this->get('streams.gantry-theme.prefixes..0');
         if ($theme) {
             $this->set('streams.gantry-theme.prefixes..0', $theme . $this->multisite);
         }
     }
     return parent::init();
 }