コード例 #1
0
ファイル: InfoboxWidget.php プロジェクト: ratbird/hope
 public function __construct()
 {
     parent::__construct();
     $this->addCSSClass('infobox-widget');
     $this->layout = 'sidebar/infobox-layout.php';
 }
コード例 #2
0
ファイル: LinksWidget.php プロジェクト: ratbird/hope
 /**
  * Constructs the widget by defining a special template.
  */
 public function __construct()
 {
     parent::__construct();
     $this->addCSSClass('widget-links');
 }
コード例 #3
0
ファイル: OptionsWidget.php プロジェクト: ratbird/hope
 public function __construct()
 {
     parent::__construct();
     $this->addCSSClass('widget-options');
     $this->title = _('Einstellungen');
 }