mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
removing smarty - part IX
- readded search - moved custom displayers (tooltip, xml) to subclasses - added more info to footer
This commit is contained in:
@@ -94,6 +94,8 @@ class ItemsPage extends GenericPage
|
||||
$this->addJS('?data=weight-presets&locale='.User::$localeId.'&t='.$_SESSION['dataKey']);
|
||||
$this->hasGroupedTabs = false;
|
||||
|
||||
$conditions = [];
|
||||
|
||||
/*******************/
|
||||
/* evaluate filter */
|
||||
/*******************/
|
||||
@@ -415,6 +417,9 @@ class ItemsPage extends GenericPage
|
||||
{
|
||||
array_unshift($this->title, $this->name);
|
||||
|
||||
if (!$this->category)
|
||||
return;
|
||||
|
||||
if (isset($this->category[2]))
|
||||
$tPart = Lang::$item['cat'][$this->category[0]][1][$this->category[1]][1][$this->category[2]];
|
||||
else if (isset($this->category[1]))
|
||||
|
||||
Reference in New Issue
Block a user