* 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:
parent
b26accb32a
commit
21f50ae2cd
29 changed files with 10197 additions and 8432 deletions
|
|
@ -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,
|
||||
);
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue