menu more and tools
- items: allow 'upg' to be an array - filter: fixed logic error in checks - Markup: prevent handling of [menu], as PageTemplate is nyi - Power: advanced features (hide reagents or sellprice; recoloring, renaming, iconizing of links) - search: side-icon for titles - smarty: added template-vars to cache (has to be fixed sooner or later) - identify as HTML5 (fixed a strange bug with displaced list-pegs) - removed several typos
This commit is contained in:
parent
f236d7ae93
commit
93cc42407c
65 changed files with 1074 additions and 249 deletions
|
|
@ -77,6 +77,15 @@ switch ($pageCall)
|
|||
else
|
||||
$smarty->error();
|
||||
break;
|
||||
case 'whats-new':
|
||||
case 'searchplugins':
|
||||
case 'searchbox':
|
||||
case 'tooltips':
|
||||
case 'help':
|
||||
case 'faq':
|
||||
case 'aboutus':
|
||||
require 'pages/more.php';
|
||||
break;
|
||||
case 'petcalc': // tool: pet talent calculator
|
||||
$petCalc = true;
|
||||
case 'talent': // tool: talent calculator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue