Exemple #1
0
 public function __construct()
 {
     $this->layoutName = 'layout';
     $this->viewName = null;
     $this->renderStart = microtime(true);
     $this->meta = new StdClass();
     $this->meta->description = Config::$title . ' (MALgraph) is an extension of your myanimelist.net profile, showing you various information about your anime and manga.';
     $this->meta->styles = [];
     $this->meta->scripts = [];
     WebMediaHelper::addBasic($this);
 }
 public function __construct()
 {
     $this->layoutName = 'layout';
     $this->viewName = null;
     $this->renderStart = microtime(true);
     $this->meta = new StdClass();
     $this->meta->keywords = ['malgraph', 'anime', 'manga', 'statistics', 'stats'];
     $this->meta->description = 'MALgraph - an extension of your MyAnimeList profile. Check your rating distribution, get anime or manga recommendations, and compare numerous stats with other kawaii Japanese otaku.';
     $this->meta->styles = [];
     $this->meta->scripts = [];
     WebMediaHelper::addBasic($this);
 }