Пример #1
0
 public function __construct()
 {
     parent::__construct();
     $this->addCSSClass('infobox-widget');
     $this->layout = 'sidebar/infobox-layout.php';
 }
Пример #2
0
 /**
  * Constructs the widget by defining a special template.
  */
 public function __construct()
 {
     parent::__construct();
     $this->addCSSClass('widget-links');
 }
Пример #3
0
 public function __construct()
 {
     parent::__construct();
     $this->addCSSClass('widget-options');
     $this->title = _('Einstellungen');
 }