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