mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
2003.05.13 user_add and user_modify added
git-svn-id: http://piwigo.org/svn/trunk@9 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+6
-5
@@ -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() ) );
|
||||
|
||||
Reference in New Issue
Block a user