From b7b705f2685da04caa0be91debc2c66d279fddf5 Mon Sep 17 00:00:00 2001 From: z0rglub Date: Tue, 13 May 2003 10:02:06 +0000 Subject: 2003.05.13 user_add and user_modify added git-svn-id: http://piwigo.org/svn/trunk@9 68402e56-0260-453c-a942-63ccdbb3a9ee --- category.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'category.php') diff --git a/category.php b/category.php index 32cf0a361..6f36b1366 100644 --- a/category.php +++ b/category.php @@ -96,16 +96,17 @@ $tpl = array( 'categories','hint_category','sub-cat','images_available', 'favorite_cat_hint','favorite_cat','stats', 'most_visited_cat_hint','most_visited_cat','recent_cat', 'recent_cat_hint' ); -templatize_array( $tpl, 'lang' ); +templatize_array( $tpl, 'lang', $handle ); $tpl = array( 'mail_webmaster','webmaster','top_number','version','site_url' ); -templatize_array( $tpl, 'conf' ); +templatize_array( $tpl, 'conf', $handle ); -$tpl = array( 'short_period','long_period','style','lien_collapsed','pseudo' ); -templatize_array( $tpl, 'user' ); +$tpl = array( 'short_period','long_period','style','lien_collapsed', + 'username' ); +templatize_array( $tpl, 'user', $handle ); $tpl = array( 'title','navigation_bar','cat_comment','cat_nb_images' ); -templatize_array( $tpl, 'page' ); +templatize_array( $tpl, 'page', $handle ); // special global template vars $vtp->setGlobalVar( $handle, 'icon_short', get_icon( time() ) ); -- cgit v1.2.3