From 213eb3b7367472633667c538fb2add7b14f4b012 Mon Sep 17 00:00:00 2001 From: nikrou Date: Mon, 15 Feb 2010 21:40:52 +0000 Subject: 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 --- include/common.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/common.inc.php') diff --git a/include/common.inc.php b/include/common.inc.php index 9575338a5..7b892cbbc 100644 --- a/include/common.inc.php +++ b/include/common.inc.php @@ -168,7 +168,8 @@ if (is_a_guest()) } // template instance -if ( defined('IN_ADMIN') and IN_ADMIN ) +if (( defined('IN_ADMIN') and IN_ADMIN ) + or (defined('PWG_HELP') and PWG_HELP)) {// Admin template list($user['admin_template'], $user['admin_theme']) = explode ('/', $conf['admin_layout']); -- cgit v1.2.3