diff options
author | nikrou <nikrou@piwigo.org> | 2010-02-15 21:36:36 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2010-02-15 21:36:36 +0000 |
commit | 6992b275359c8073aebd123e7280b7d2154988b0 (patch) | |
tree | a535f3e5d7c186b63439590075a261bc2457bc48 /popuphelp.php | |
parent | c1d6177df9ebb853217958d91aba26f35f66a497 (diff) |
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
Diffstat (limited to 'popuphelp.php')
-rw-r--r-- | popuphelp.php | 1 |
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' ); // +-----------------------------------------------------------------------+ |