From 853bf2a0a5bc77d6ad1d22dbe778eb6b7b1b12be Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 16 Mar 2006 02:22:58 +0000 Subject: language: cleanup unused, uniformization and no more L_ variables in category.php and tpl git-svn-id: http://piwigo.org/svn/trunk@1083 68402e56-0260-453c-a942-63ccdbb3a9ee --- category.php | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) (limited to 'category.php') diff --git a/category.php b/category.php index b467836e8..cf41e75ab 100644 --- a/category.php +++ b/category.php @@ -145,7 +145,7 @@ if (!isset($page['chronology_type'])) 'URL' => $calendar_view_link.'created' ) ); - + $template->assign_block_vars( 'mode_posted', array( @@ -191,29 +191,9 @@ $template->assign_vars( 'TOP_NUMBER' => $conf['top_number'], 'MENU_CATEGORIES_CONTENT' => get_categories_menu(), - 'L_CATEGORIES' => $lang['categories'], - 'L_HINT_CATEGORY' => $lang['hint_category'], - 'L_SUBCAT' => $lang['sub-cat'], - 'L_IMG_AVAILABLE' => $lang['images_available'], - 'L_TOTAL' => $lang['total'], - 'L_SPECIAL_CATEGORIES' => $lang['special_categories'], - 'L_SUMMARY' => $lang['title_menu'], - 'L_UPLOAD' => $lang['upload_picture'], - 'L_COMMENT' => $lang['comments'], - 'L_IDENTIFY' => $lang['identification'], - 'L_PASSWORD' => $lang['password'], - 'L_HELLO' => $lang['hello'], - 'L_REGISTER' => $lang['ident_register'], - 'L_LOGOUT' => $lang['logout'], - 'L_ADMIN' => $lang['admin'], - 'L_ADMIN_HINT' => $lang['hint_admin'], - 'L_PROFILE' => $lang['customize'], - 'L_PROFILE_HINT' => $lang['hint_customize'], - 'L_REMEMBER_ME' => $lang['remember_me'], - 'F_IDENTIFY' => PHPWG_ROOT_PATH.'identification.php', 'T_RECENT' => $icon_recent, - + 'U_HOME' => make_index_URL(), 'U_REGISTER' => PHPWG_ROOT_PATH.'register.php', 'U_LOST_PASSWORD' => PHPWG_ROOT_PATH.'password.php', @@ -479,7 +459,7 @@ if (isset($page['category'])) ) ); } - + // category comment if (isset($page['comment']) and $page['comment'] != '') { -- cgit v1.2.3