mirror of
https://github.com/e107inc/e107.git
synced 2025-02-13 02:54:39 +01:00
11 lines
156 B
PHP
11 lines
156 B
PHP
<?php
|
|
// $Id$
|
|
if (!defined('e107_INIT')) { exit; }
|
|
|
|
if($eMenuActive['chatbox_menu'] && ($pref['cb_layer']==2))
|
|
{
|
|
$eplug_js[] = e_JS."e_ajax.php";
|
|
}
|
|
|
|
|
|
?>
|