1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00
2020-08-10 15:49:44 -07:00

11 lines
163 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";
}