aboutsummaryrefslogtreecommitdiffstats
path: root/popuphelp.php
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2010-02-15 21:40:52 +0000
committernikrou <nikrou@piwigo.org>2010-02-15 21:40:52 +0000
commit213eb3b7367472633667c538fb2add7b14f4b012 (patch)
tree11733b1904e6d0109b2b596a46a43bc1bd3035ff /popuphelp.php
parent58c91bb5f35f15bde6fb4858ee81c4e137ad7d41 (diff)
Bug 1426 fixed : admin help popup use gallery theme instead of admin theme
merge from trunk git-svn-id: http://piwigo.org/svn/branches/2.0@4894 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'popuphelp.php')
-rw-r--r--popuphelp.php1
1 files changed, 1 insertions, 0 deletions
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' );
// +-----------------------------------------------------------------------+