mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 23:56:58 +02:00
Added gzip function to class2, quicker loading of ajax script, ajax only loaded when needed, e_header.php for plugin and menu js/css loading. And other small fixes.
This commit is contained in:
11
e107_plugins/chatbox_menu/e_header.php
Normal file
11
e107_plugins/chatbox_menu/e_header.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
if($eMenuActive['chatbox_menu'])
|
||||
{
|
||||
$eplug_js[] = e_FILE_ABS."e_ajax.php";
|
||||
$eplug_js[] = e_FILE_ABS."e_ajax.php";
|
||||
}
|
||||
|
||||
|
||||
?>
|
Reference in New Issue
Block a user