mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-10 02:33:02 +02:00
['template'] as user_template for displaying pictures in the template
git-svn-id: http://piwigo.org/svn/trunk@29 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -25,6 +25,7 @@ $vtp->setGlobalVar( $sub, 'cat_down', $lang['cat_down'] );
|
||||
$vtp->setGlobalVar( $sub, 'cat_image_info', $lang['cat_image_info'] );
|
||||
$vtp->setGlobalVar( $sub, 'cat_permission', $lang['cat_permission'] );
|
||||
$vtp->setGlobalVar( $sub, 'cat_update', $lang['cat_update'] );
|
||||
$vtp->setGlobalVar( $sub, 'user_template', $user['template'] );
|
||||
//--------------------------------------------------------------- rank updates
|
||||
if ( isset( $_GET['up'] ) && is_numeric( $_GET['up'] ) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user