mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
removing smarty - part XI
- readded npc/npcs, itemset/itemsets, skill/skills - reduced size of conditions-column
This commit is contained in:
@@ -38,7 +38,7 @@ class ClassPage extends GenericPage
|
||||
|
||||
protected function generateTitle()
|
||||
{
|
||||
array_unshift($this->title, $this->subject->getField('name', true), Util::ucFirst(Lang::$game['class']));
|
||||
array_unshift($this->title, $this->name, Util::ucFirst(Lang::$game['class']));
|
||||
}
|
||||
|
||||
protected function generateContent()
|
||||
|
||||
Reference in New Issue
Block a user