0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 3.144.25.130


Current Path : /proc/thread-self/root/var/www/html/gcw/js/base_file/
Upload File :
Current File : //proc/thread-self/root/var/www/html/gcw/js/base_file/ThemeSelection.js

//Theme value store into cookie 

//$Theme =getCookie();

var Themes= ["Lightness","Darkness","Smoothness","Start","Tarka","Sunny","Overcast","LeFroge",
			 "Flick","Pepper","Eggplant","DarkHive","Cupertino","South","Blitzer","Humanity",
			 "Sneaks","Excite","Vader","Dot","MintChoc","BlackTie","Trontastic","Swanky"];

$index = jQuery.inArray($Theme,Themes);

	// if condition
	var headID = document.getElementsByTagName("head")[0];         
	var cssNode = document.createElement('link');
	cssNode.type = 'text/css';
	cssNode.rel = 'stylesheet';
	cssNode.href = '../JQGrid3.5/ThemeRoller/"'+$Theme+'"/jquery-ui.css';
	headID.appendChild(cssNode);