Beispiel #1
0
 /**
  * Setup the page
  * @param integer $id The object's ID
  * @return void
  */
 function __construct($id = false)
 {
     parent::__construct($id);
     $this->suggestName('Logview');
     $this->icon = 'small/book_error';
     $this->deletable = false;
 }
 public function __construct()
 {
     parent::__construct();
     $this->title = "Titre par default";
     $this->desc = "Description par default";
     $this->tag = "Mots clef par default";
     $this->addCss("css/sticky-footer.css");
 }
Beispiel #3
0
 /**
  * Setup the page
  * @param integer $id The object's ID
  * @return void
  */
 function __construct($id = false)
 {
     parent::__construct($id);
     $this->suggestName('Mailer');
     $this->alias = 'mailer';
     $this->icon = 'small/email';
     $this->deletable = false;
 }
Beispiel #4
0
 function __construct()
 {
     parent::__construct();
     $this->NavHandler();
 }
Beispiel #5
0
 public function __construct()
 {
     parent::__construct();
     $this->content .= 'tweeting I will go';
 }