mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 16:46:50 +02:00
Clock-menu removed from code. Extra logTime entries added. Debug performance highlighting tweaks.
This commit is contained in:
@@ -93,7 +93,10 @@ function custom_shortcode($parm)
|
||||
|
||||
case 'clock':
|
||||
$clock_flat = true;
|
||||
include_once(e_PLUGIN.'clock_menu/clock_menu.php');
|
||||
if(is_dir(e_PLUGIN.'clock_menu'))
|
||||
{
|
||||
include_once(e_PLUGIN.'clock_menu/clock_menu.php');
|
||||
}
|
||||
return '';
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user