aboutsummaryrefslogtreecommitdiffstats
path: root/admin/group_perm.php
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2003-07-21 20:51:47 +0000
committerz0rglub <z0rglub@piwigo.org>2003-07-21 20:51:47 +0000
commitb125c3b0863d61de32bb02a5beaa26fe0ab0d54a (patch)
tree8f00a6367ab46af4bc392b8ad9db5d78608fbff6 /admin/group_perm.php
parente9b4e0e0de65caebd47b5e6df6d252f9d1b85932 (diff)
['template'] as user_template for displaying pictures in the template
git-svn-id: http://piwigo.org/svn/trunk@29 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/group_perm.php')
-rw-r--r--admin/group_perm.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/group_perm.php b/admin/group_perm.php
index 67e5e2cd3..ef514f6b2 100644
--- a/admin/group_perm.php
+++ b/admin/group_perm.php
@@ -22,6 +22,7 @@ $tpl = array( 'permuser_authorized','permuser_forbidden','submit',
'permuser_parent_forbidden','permuser_info_message',
'adduser_info_back' );
templatize_array( $tpl, 'lang', $sub );
+$vtp->setGlobalVar( $sub, 'user_template', $user['template'] );
//--------------------------------------------------------------------- updates
if ( isset( $_POST['submit'] ) )
{