From 860a39302ead57c596bec64e9d738c5dd69640bd Mon Sep 17 00:00:00 2001 From: z0rglub Date: Mon, 3 Nov 2003 21:35:24 +0000 Subject: 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 --- admin/help.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/help.php') diff --git a/admin/help.php b/admin/help.php index 931049c80..085a3f017 100644 --- a/admin/help.php +++ b/admin/help.php @@ -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' ); -- cgit v1.2.3