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:
Sarjuuk
2014-07-19 12:30:47 +02:00
parent 0af712a8ff
commit 0e98270827
66 changed files with 726 additions and 908 deletions

View File

@@ -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' => []