www/includes/global.inc.php

changeset 34
a720353fada9
parent 30
f5ab22446aa5
child 36
4b829f689d7e
equal deleted inserted replaced
33:2ee6ad5d6f14 34:a720353fada9
21 * Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 21 * Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
22 *****************************************************************************/ 22 *****************************************************************************/
23 23
24 /* 24 /*
25 * Look for the style names in the jqwidgets/styles directory. 25 * Look for the style names in the jqwidgets/styles directory.
26 *
27 * energyblue of ui-redmond
28 */ 26 */
29 //$my_style = 'black';
30 //$my_style = 'ui-darkness'; 27 //$my_style = 'ui-darkness';
31 $my_style = 'ui-mbse'; 28 $my_style = 'ui-mbse';
32 //$my_style = 'android';
33 29
34 require_once($_SERVER['DOCUMENT_ROOT'].'/config.php'); 30 require_once($_SERVER['DOCUMENT_ROOT'].'/config.php');
35 require_once($_SERVER['DOCUMENT_ROOT'].'/version.php'); 31 require_once($_SERVER['DOCUMENT_ROOT'].'/version.php');
36 32
37 33

mercurial