removed all deprecated things and use core underscored CSS files
This commit is contained in:
parent
b393357c61
commit
19924b2d6f
37 changed files with 34 additions and 2142 deletions
2
main.php
2
main.php
|
|
@ -73,7 +73,7 @@ $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && $_SERVER
|
|||
tpl_action('admin', 1, 'li');
|
||||
_tpl_action('userpage', 1, 'li');
|
||||
tpl_action('profile', 1, 'li');
|
||||
tpl_action('register', 1, 'li'); /* DW versions < 2011-02-20 need to use _tpl_action('register', 1, 'li') */
|
||||
tpl_action('register', 1, 'li');
|
||||
tpl_action('login', 1, 'li');
|
||||
?>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue