Changeset 778 for team

Show
Ignore:
Timestamp:
02/24/08 15:26:45 (9 months ago)
Author:
michiel
Message:

make users menu work again

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • team/michiel/permissions/common/mvblog_admin.php

    r776 r778  
    369369                                <a class="if_menu_item<?php if ($this->_selected_menuitem == "index")      { echo "_act"; } ?>" href="./index.php"><?php echo gettext("Main"); ?></a>&nbsp; 
    370370                                <a class="if_menu_item<?php if ($this->_selected_menuitem == "manage")     { echo "_act"; } ?>" href="./index.php?action=show_posts"><?php echo gettext("Manage"); ?></a>&nbsp; 
    371                                 <a class="if_menu_item<?php if ($this->_selected_menuitem == "users")      { echo "_act"; } ?>" href="./index.php?action=show_userlog"><?php echo gettext("Users"); ?></a>&nbsp; 
     371                                <a class="if_menu_item<?php if ($this->_selected_menuitem == "users")      { echo "_act"; } ?>" href="./index.php?action=show_users"><?php echo gettext("Users"); ?></a>&nbsp; 
    372372                                <a class="if_menu_item<?php if ($this->_selected_menuitem == "settings")   { echo "_act"; } ?>" href="./index.php?action=show_settings"><?php echo gettext("Settings"); ?></a>&nbsp; 
    373373                                <a class="if_menu_item<?php if ($this->_selected_menuitem == "plugins")    { echo "_act"; } ?>" href="./index.php?action=show_plugins"><?php echo gettext("Plugins"); ?></a>&nbsp;