mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
* tabs 2 spaces in some *.js and *.css
* updated Summary.js (Item Comparison) - can now manage custom weightscales, when logged in - can now apply weightscales to rank search results - CAN NOT yet search for items with a certain scale alone, as i haven't figured out yet how to design the database for that * sorted and commented basic.css * some missing imagery * some cleanup (my todoStack just got less inhuman in size)
This commit is contained in:
@@ -83,14 +83,4 @@ User::assignUserToTemplate($smarty, true);
|
||||
@list($pageCall, $pageParam) = explode('=', $str, 2);
|
||||
$smarty->assign('query', [$pageCall, $pageParam]);
|
||||
|
||||
// init global vars for smarty
|
||||
$pageData = array(
|
||||
'page' => NULL,
|
||||
'gAchievements' => NULL,
|
||||
'gCurrencies' => NULL,
|
||||
'gItems' => NULL,
|
||||
'gSpells' => NULL,
|
||||
'gTitles' => NULL,
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user