1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 20:31:41 +02:00

Updated to use "SetEnv E_DEV_MENU true" in .htaccess - Experimental code.

This commit is contained in:
Cameron
2013-05-09 03:27:32 -07:00
parent ba5ce647f2
commit f9c157817a
2 changed files with 11 additions and 6 deletions

View File

@@ -61,9 +61,8 @@ class admin_shortcodes
$ns = e107::getRender();
$pref = e107::getPref();
if(function_exists('e_help')) // new in v2.x for non-admin-ui admin pages.
if(function_exists('e_help') && ($tmp = e_help())) // new in v2.x for non-admin-ui admin pages.
{
$tmp = e_help();
return $ns->tablerender($tmp['caption'],$tmp['text'],'e_help',true);
}