adjusted _tpl_register() to reflect changes in the core

This commit is contained in:
Anika Henke 2011-02-20 19:29:16 +00:00
parent 5f12b39ac2
commit 4a4cf7c5a6
2 changed files with 6 additions and 3 deletions

View file

@ -68,7 +68,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');
_tpl_action('register', 1, 'li'); /* DW versions > 2011-02-20 can use the core function tpl_action('register', 1, 'li') */
tpl_action('login', 1, 'li');
?>
</ul>