Changeset 948 for trunk/admin.php


Ignore:
Timestamp:
Nov 20, 2005, 12:46:18 AM (18 years ago)
Author:
chrisaga
Message:
  • report bug 206 correction and some template improvement from branch 1.5
  • feature 195 : add an "Admin" link under "Home" in the menu bar of the admin page
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin.php

    r881 r948  
    8787    'U_USERS'=>add_session_id($link_start.'user_list' ),
    8888    'U_GROUPS'=>add_session_id($link_start.'group_list' ),
    89     'U_RETURN'=>add_session_id(PHPWG_ROOT_PATH.'category.php')
     89    'U_RETURN'=>add_session_id(PHPWG_ROOT_PATH.'category.php'),
     90    'U_ADMIN'=>add_session_id( PHPWG_ROOT_PATH.'admin.php' ),
     91    'L_ADMIN' => $lang['admin'],
     92    'L_ADMIN_HINT' => $lang['hint_admin']
    9093    )
    9194  );
Note: See TracChangeset for help on using the changeset viewer.