mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
removing smarty - part XV (aaaand done!)
- unified lv handling * data should always be in the same structure now * use of tabs is determined by the template, unless forced) - Currency: fixed path on detail page - Profiler: fixed use of dataKey - Util::alphaMapCheck() 'images/' was removed long ago..; alphaMaps are now in 'cache/' - Item: REALLY fixed markdown in tooltips
This commit is contained in:
@@ -28,7 +28,7 @@ class ClassesPage extends GenericPage
|
||||
$classes = new CharClassList();
|
||||
if (!$classes->error)
|
||||
{
|
||||
$this->lvData[] = array(
|
||||
$this->lvTabs[] = array(
|
||||
'file' => 'class',
|
||||
'data' => $classes->getListviewData(),
|
||||
'params' => []
|
||||
|
||||
Reference in New Issue
Block a user