removing smarty - part XI

- readded npc/npcs, itemset/itemsets, skill/skills
- reduced size of conditions-column
This commit is contained in:
Sarjuuk
2014-07-02 22:27:59 +02:00
parent ec5589f323
commit e0f4e9403a
16 changed files with 1924 additions and 1814 deletions

View File

@@ -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()