Beispiel #1
0
 public function init()
 {
     $options = Option::getOptions();
     $this->title = $options['title'];
     $this->description = $options['description'];
     $this->keywords = $options['keywords'];
 }