adjusted _tpl_register() to reflect changes in the core
This commit is contained in:
parent
5f12b39ac2
commit
4a4cf7c5a6
2 changed files with 6 additions and 3 deletions
2
main.php
2
main.php
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue