Changeset 435
- Timestamp:
- Jun 16, 2004, 10:37:05 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/category.php
r433 r435 204 204 'U_FAVORITE' => add_session_id( PHPWG_ROOT_PATH.'category.php?cat=fav' ), 205 205 'U_MOST_VISITED'=>add_session_id( PHPWG_ROOT_PATH.'category.php?cat=most_visited' ), 206 'U_RECENT '=>add_session_id( PHPWG_ROOT_PATH.'category.php?cat=recent' ),206 'U_RECENT_PICS'=>add_session_id( PHPWG_ROOT_PATH.'category.php?cat=recent_pics' ), 207 207 'U_CALENDAR'=>add_session_id( PHPWG_ROOT_PATH.'category.php?cat=calendar' ), 208 208 'U_LOGOUT' => PHPWG_ROOT_PATH.'category.php?act=logout',
Note: See TracChangeset
for help on using the changeset viewer.