From 6992b275359c8073aebd123e7280b7d2154988b0 Mon Sep 17 00:00:00 2001 From: nikrou Date: Mon, 15 Feb 2010 21:36:36 +0000 Subject: Bug 1426 fixed : admin help popup use gallery theme instead of admin theme git-svn-id: http://piwigo.org/svn/trunk@4893 68402e56-0260-453c-a942-63ccdbb3a9ee --- popuphelp.php | 1 + 1 file changed, 1 insertion(+) (limited to 'popuphelp.php') diff --git a/popuphelp.php b/popuphelp.php index 1f2a8ec44..4cb68327d 100644 --- a/popuphelp.php +++ b/popuphelp.php @@ -26,6 +26,7 @@ // +-----------------------------------------------------------------------+ define('PHPWG_ROOT_PATH','./'); +define('PWG_HELP', true); include_once( PHPWG_ROOT_PATH.'include/common.inc.php' ); // +-----------------------------------------------------------------------+ -- cgit v1.2.3