removed all deprecated things and use core underscored CSS files

This commit is contained in:
Anika Henke 2012-10-13 15:15:26 +01:00
parent b393357c61
commit 19924b2d6f
37 changed files with 34 additions and 2142 deletions

View file

@ -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>