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:
z0rglub
2003-11-03 21:35:24 +00:00
parent 5fdc7ea1e5
commit 860a39302e
8 changed files with 19 additions and 28 deletions

View File

@@ -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' );