mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
11 lines
165 B
PHP
11 lines
165 B
PHP
<?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";
|
|
}
|
|
|
|
|
|
?>
|