1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-13 02:54:39 +01:00
2010-02-10 18:18:01 +00:00

11 lines
162 B
PHP

<?php
// $Id$
if (!defined('e107_INIT')) { exit; }
if($eMenuActive['chatbox_menu'] && ($pref['cb_layer']==2))
{
$eplug_js[] = e_FILE_ABS."e_ajax.php";
}
?>