mirror of
				https://github.com/e107inc/e107.git
				synced 2025-10-29 04:38:07 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			165 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			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";
 | |
| }
 | |
| 
 | |
| 
 | |
| ?>
 |