mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
Modifications linked to the move of admin.php to the root directory of PhpWebGallery
git-svn-id: http://piwigo.org/svn/trunk@228 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -29,7 +29,7 @@ foreach ( $categories as $category ) {
|
||||
if ( $category == 'images' )
|
||||
{
|
||||
$vtp->addSession( $sub, 'illustration' );
|
||||
$vtp->setVar( $sub, 'illustration.pic_src', './images/admin.png' );
|
||||
$vtp->setVar( $sub, 'illustration.pic_src', './admin/images/admin.png' );
|
||||
$vtp->setVar( $sub, 'illustration.pic_alt', '' );
|
||||
$vtp->setVar( $sub, 'illustration.caption', $lang['help_images_intro'] );
|
||||
$vtp->closeSession( $sub, 'illustration' );
|
||||
|
||||
Reference in New Issue
Block a user