1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00
2012-12-08 00:32:37 +01:00

11 lines
165 B
PHP

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