mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
moving template around
(is now a lot closer to the original, shouldn't require updating new scripts as the structure should fit) also some minor bugfixes
This commit is contained in:
@@ -70,7 +70,7 @@ if (!$smarty->loadCache($cacheKeyPage, $pageData))
|
||||
'tab' => 0,
|
||||
'type' => TYPE_CLASS,
|
||||
'typeId' => $_id,
|
||||
'reqJS' => ['template/js/swfobject.js'],
|
||||
'reqJS' => ['static/js/swfobject.js'],
|
||||
'name' => $cl->getField('name', true),
|
||||
'expansion' => Util::$expansionString[$cl->getField('expansion')],
|
||||
'infobox' => '[ul][li]'.implode('[/li][li]', $infobox).'[/li][/ul]',
|
||||
|
||||
Reference in New Issue
Block a user