aboutsummaryrefslogtreecommitdiffstats
path: root/category.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2006-03-16 02:22:58 +0000
committerrvelices <rv-github@modusoptimus.com>2006-03-16 02:22:58 +0000
commit853bf2a0a5bc77d6ad1d22dbe778eb6b7b1b12be (patch)
treead2729c6d009965e68f831f48f18536e425ac6e6 /category.php
parent114ae324452ac88fe7b672338cba931d838ee2a4 (diff)
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
Diffstat (limited to 'category.php')
-rw-r--r--category.php26
1 files changed, 3 insertions, 23 deletions
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'] != '')
{