forked from julmud/phpDVDProfiler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
momItems.js.php
57 lines (51 loc) · 1.61 KB
/
momItems.js.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?php
define('IN_SCRIPT', 1);
include_once('version.php');
include_once('functions.php');
include_once('globalinits.php');
if (is_readable('multisite.php'))
include('multisite.php');
include('siteconfig.php');
if (is_readable($localsiteconfig))
include($localsiteconfig);
header('Content-Type: text/javascript; charset="windows-1252";');
?>
/* Vision Slidemenü 1.0 */
/* Copyright (C) 2002 Matthias Mohr */
/* E-mail: [email protected] */
/* Homepage: http://www.mamo-net.de */
/* ------------------------------------------- */
/* Sie dürfen dieses Script frei benutzen wenn */
/* dieser Corpright Hinweis bestehen bleibt. */
<!--
YOffset=50;
XOffset=0;
staticYOffset=30;
slideSpeed=25
waitTime=250;
<?php echo "menuBGColor=\"$ClassColor[27]\";\n"; ?>
menuIsStatic="yes";
menuWidth=190; // this value should be a multiple of 10 to avoid drawing bugs
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
<?php echo "hdrFontColor=\"$ClassColor[28]\";\n"; ?>
<?php echo "hdrBGColor=\"$ClassColor[29]\";\n"; ?>
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
<?php echo "linkBGColor=\"$ClassColor[25]\";\n"; ?>
<?php echo "linkOverBGColor=\"$ClassColor[26]\";\n"; ?>
linkTarget="_self";
linkAlign="Left";
<?php echo "barBGColor=\"$ClassColor[30]\";\n"; ?>
barFontFamily="Verdana";
barFontSize="1";
<?php echo "barFontColor=\"$ClassColor[31]\";\n"; ?>
barVAlign="center";
barWidth=10;
barText="Navigation"; // no $lang vaiable here, and non us-ascii won't work anyway
//-->
/* Links in die PHP-Datei verlegt, da die dynamisch sind. */