name = Util::ucFirst(Lang::game('emotes')); } protected function generateContent() { $emotes = new EmoteList(); if (!$emotes->error) { $this->lvTabs[] = array( 'file' => 'emote', 'data' => $emotes->getListviewData(), 'params' => [] ); }; } protected function generateTitle() { array_unshift($this->title, $this->name); } protected function generatePath() { } } ?>