1 |
|
<?php
/* PHP FU
NCTION */
|
|
1 |
|
<?php
/* PHP FU
NCTION */
|
2 |
|
/* REQUIR
ED: Skin s
tartup */
|
|
2 |
|
/* REQUIR
ED: Skin s
tartup */
|
3 |
|
$skinfunc
=& $this->
include_
skinfu
nc
(
'
KHXC_S
kin
F
unc
'
)
;
|
|
3 |
|
include_
o
nc
e
'
s
kin
f
unc
.php
'
;
|
|
|
|
|
4 |
|
$skinfunc
= $this->
include_sk
infunc('KH
XC_SkinFun
c');
|
4 |
|
extract($
skinfunc->
startup())
; ?>
|
|
5 |
|
extract($
skinfunc->
startup())
; ?>
|
5 |
|
|
|
6 |
|
|
6 |
|
<!DOCTYPE
html PUBLI
C "-//W3C/
/DTD XHTML
1.0 Stric
t//EN" "ht
tp://www.w
3.org/TR/x
html1/DTD/
xhtml1-str
ict.dtd">
|
|
7 |
|
<!DOCTYPE
html PUBLI
C "-//W3C/
/DTD XHTML
1.0 Stric
t//EN" "ht
tp://www.w
3.org/TR/x
html1/DTD/
xhtml1-str
ict.dtd">
|
7 |
|
|
|
8 |
|
|
8 |
|
<html xmln
s="http://
www.w3.org
/1999/xhtm
l">
|
|
9 |
|
<html xmln
s="http://
www.w3.org
/1999/xhtm
l">
|
9 |
|
|
|
10 |
|
|
10 |
|
<head>
|
|
11 |
|
<head>
|
11 |
|
|
|
12 |
|
|
12 |
|
<meta http
-equiv="co
ntent-type
" content=
"text/html
; charset=
ISO-8859-1
" />
|
|
13 |
|
<meta http
-equiv="co
ntent-type
" content=
"text/html
; charset=
ISO-8859-1
" />
|
13 |
|
|
|
14 |
|
|
14 |
|
<meta name
="keywords
" content=
"<?php pri
nt $metake
ywords; ?>
" />
|
|
15 |
|
<meta name
="keywords
" content=
"<?php pri
nt $metake
ywords; ?>
" />
|
15 |
|
|
|
16 |
|
|
16 |
|
<meta name
="descript
ion" conte
nt="<?php
print $met
adesc; ?>"
/>
|
|
17 |
|
<meta name
="descript
ion" conte
nt="<?php
print $met
adesc; ?>"
/>
|
17 |
|
|
|
18 |
|
|
18 |
|
<?php
/* PHP FU
NCTION */
|
|
19 |
|
<?php
/* PHP FU
NCTION */
|
19 |
|
/* REQUIR
ED: Prints
the robot
s tag */
|
|
20 |
|
/* REQUIR
ED: Prints
the robot
s tag */
|
20 |
|
$skinfunc
->robotsta
g(); ?>
|
|
21 |
|
$skinfunc
->robotsta
g(); ?>
|
21 |
|
|
|
22 |
|
|
22 |
|
<base href
="<?php pr
int $disp_
baseurl; ?
>" />
|
|
23 |
|
<base href
="<?php pr
int $disp_
baseurl; ?
>" />
|
23 |
|
|
|
24 |
|
|
24 |
|
<?php
/* PHP FU
NCTION */
|
|
25 |
|
<?php
/* PHP FU
NCTION */
|
25 |
|
/* REQUIR
ED: Prints
lightbox
code */
|
|
26 |
|
/* REQUIR
ED: Prints
lightbox
code */
|
26 |
|
$skinfunc
->lightbox
(); ?>
|
|
27 |
|
$skinfunc
->lightbox
(); ?>
|
27 |
|
|
|
28 |
|
|
|
|
|
|
29 |
|
<?php
/* PHP FU
NCTION */
|
|
|
|
|
30 |
|
/* REQUIR
ED: Prints
calendar
code */
|
|
|
|
|
31 |
|
$skinfunc
->calendar
(); ?>
|
|
|
|
|
32 |
|
|
28 |
|
<link rel=
"styleshee
t" type="t
ext/css" m
edia="all"
href="ski
ns/ClickCa
rtPro/css/
all.css" /
>
|
|
33 |
|
<link rel=
"styleshee
t" type="t
ext/css" m
edia="all"
href="ski
ns/ClickCa
rtPro/css/
all.css" /
>
|
29 |
|
|
|
34 |
|
|
30 |
|
<script ty
pe="text/j
avascript"
src="skin
s/ClickCar
tPro/scrip
ts/scripts
.js"></scr
ipt>
|
|
35 |
|
<script ty
pe="text/j
avascript"
src="skin
s/ClickCar
tPro/scrip
ts/scripts
.js"></scr
ipt>
|
31 |
|
|
|
36 |
|
|
32 |
|
<title><?p
hp print $
metatitle;
?></title
>
|
|
37 |
|
<title><?p
hp print $
metatitle;
?></title
>
|
33 |
|
|
|
38 |
|
|
34 |
|
</head>
|
|
39 |
|
</head>
|
35 |
|
|
|
40 |
|
|
36 |
|
<?php
/* PHP FU
NCTION */
|
|
41 |
|
<?php
/* PHP FU
NCTION */
|
37 |
|
/* REQUIR
ED: Prints
the body
tag */
|
|
42 |
|
/* REQUIR
ED: Prints
the body
tag */
|
38 |
|
$skinfunc
->bodytag(
); ?>
|
|
43 |
|
$skinfunc
->bodytag(
); ?>
|
39 |
|
|
|
44 |
|
|
40 |
|
<div id="s
kin_wrappe
r">
|
|
45 |
|
<div id="s
kin_wrappe
r">
|
41 |
|
|
|
46 |
|
|
42 |
|
<table id=
"skin_ct">
|
|
47 |
|
<table id=
"skin_ct">
|
43 |
|
|
|
48 |
|
|
44 |
|
<tr>
|
|
49 |
|
<tr>
|
45 |
|
|
|
50 |
|
|
46 |
|
<td id="sk
in_ct_lcol
_head">
|
|
51 |
|
<td id="sk
in_ct_lcol
_head">
|
47 |
|
|
|
52 |
|
|
48 |
|
<a href="<
?php print
$link_hom
e; ?>" tit
le="Home">
<img src="
skins/Clic
kCartPro/m
edia/logo.
png" alt="
Home" widt
h="151" he
ight="40"
/></a>
|
|
53 |
|
<a href="<
?php print
$link_hom
e; ?>" tit
le="Home">
<img src="
skins/Clic
kCartPro/m
edia/logo.
png" alt="
Home" widt
h="151" he
ight="40"
/></a>
|
49 |
|
|
|
54 |
|
|
50 |
|
</td>
|
|
55 |
|
</td>
|
51 |
|
|
|
56 |
|
|
52 |
|
<td id="sk
in_ct_rcol
_head" col
span="2">
|
|
57 |
|
<td id="sk
in_ct_rcol
_head" col
span="2">
|
53 |
|
|
|
58 |
|
|
54 |
|
<div id="s
kin_menu_h
ead">
|
|
59 |
|
<div id="s
kin_menu_h
ead">
|
55 |
|
|
|
60 |
|
|
56 |
|
<ul>
|
|
61 |
|
<ul>
|
57 |
|
|
|
62 |
|
|
58 |
|
<li><a hre
f="<?php p
rint $link
_home; ?>"
title="Ho
me">Home</
a></li>
|
|
63 |
|
<li><a hre
f="<?php p
rint $link
_home; ?>"
title="Ho
me">Home</
a></li>
|
59 |
|
|
|
64 |
|
|
60 |
|
<li><a hre
f="<?php p
rint $link
_cart; ?>"
title="Sh
opping Car
t">Shoppin
g Cart</a>
</li>
|
|
65 |
|
<li><a hre
f="<?php p
rint $link
_cart; ?>"
title="Sh
opping Car
t">Shoppin
g Cart</a>
</li>
|
61 |
|
|
|
66 |
|
|
62 |
|
<li><a hre
f="<?php p
rint $link
_checkout;
?>" title
="Checkout
">Checkout
</a></li>
|
|
67 |
|
<li><a hre
f="<?php p
rint $link
_checkout;
?>" title
="Checkout
">Checkout
</a></li>
|
63 |
|
|
|
68 |
|
|
64 |
|
<li><a hre
f="<?php p
rint $link
_account;
?>" title=
"Your Acco
unt">Your
Account</a
></li>
|
|
69 |
|
<li><a hre
f="<?php p
rint $link
_account;
?>" title=
"Your Acco
unt">Your
Account</a
></li>
|
65 |
|
|
|
70 |
|
|
66 |
|
<li><a hre
f="<?php p
rint $link
_contact;
?>" title=
"Contact">
Contact</a
></li>
|
|
71 |
|
<li><a hre
f="<?php p
rint $link
_contact;
?>" title=
"Contact">
Contact</a
></li>
|
67 |
|
|
|
72 |
|
|
68 |
|
</ul>
|
|
73 |
|
</ul>
|
69 |
|
|
|
74 |
|
|
70 |
|
</div>
|
|
75 |
|
</div>
|
71 |
|
|
|
76 |
|
|
72 |
|
<div id="s
kin_headac
ct">
|
|
77 |
|
<div id="s
kin_headac
ct">
|
73 |
|
|
|
78 |
|
|
74 |
|
<?php
/* PHP FU
NCTION */
|
|
79 |
|
<?php
/* PHP FU
NCTION */
|
75 |
|
/* Includ
e the mini
acctlogin
namespace
to print
*/
|
|
80 |
|
/* Includ
e the mini
acctlogin
namespace
to print
*/
|
76 |
|
/* either
a quick l
ogin info.
*/
|
|
81 |
|
/* either
a quick l
ogin info.
*/
|
77 |
|
$skinfunc
->
namespace(
$app_id,'m
iniacctlog
in'); ?>
|
|
82 |
|
$skinfunc
->
skin
namespace(
$app_id,'m
iniacctlog
in'); ?>
|
78 |
|
|
|
83 |
|
|
79 |
|
</div>
|
|
84 |
|
</div>
|
80 |
|
|
|
85 |
|
|
81 |
|
</td>
|
|
86 |
|
</td>
|
82 |
|
|
|
87 |
|
|
83 |
|
</tr>
|
|
88 |
|
</tr>
|
84 |
|
|
|
89 |
|
|
85 |
|
<tr>
|
|
90 |
|
<tr>
|
86 |
|
|
|
91 |
|
|
87 |
|
<td id="sk
in_ct_lcol
">
|
|
92 |
|
<td id="sk
in_ct_lcol
">
|
88 |
|
|
|
93 |
|
|
89 |
|
<?php
/* PHP FU
NCTION */
|
|
94 |
|
<?php
/* PHP FU
NCTION */
|
90 |
|
/* Includ
e the fron
tend menus
namespace
. Pass LE
FT */
|
|
95 |
|
/* Includ
e the fron
tend menus
namespace
. Pass LE
FT */
|
91 |
|
/* as the
menu id h
ere.
*/
|
|
96 |
|
/* as the
menu id h
ere.
*/
|
92 |
|
$skinfunc
->
namespace(
$app_id,'f
emenus','L
EFT'); ?>
|
|
97 |
|
$skinfunc
->
skin
namespace(
$app_id,'f
emenus','L
EFT'); ?>
|
93 |
|
|
|
98 |
|
|
94 |
|
<div
class="ski
n_fenavh">
Quick Stor
e Search</
div>
|
|
99 |
|
<div
class="ski
n_fenavh">
Quick Stor
e Search</
div>
|
95 |
|
<div
class="ski
n_fenavmin
i">
|
|
100 |
|
<div
class="ski
n_fenavmin
i">
|
96 |
|
|
|
101 |
|
|
97 |
|
<?php /* P
HP FUNCTIO
N */
|
|
102 |
|
<?php /* P
HP FUNCTIO
N */
|
98 |
|
/* I
nclude the
minisearc
h namespac
e. */
|
|
103 |
|
/* I
nclude the
minisearc
h namespac
e. */
|
99 |
|
$ski
nfunc->
namespace(
$app_id,'m
inisearch'
); ?>
|
|
104 |
|
$ski
nfunc->
skin
namespace(
$app_id,'m
inisearch'
); ?>
|
100 |
|
|
|
105 |
|
|
101 |
|
</div
>
|
|
106 |
|
</div
>
|
102 |
|
|
|
107 |
|
|
103 |
|
<div
class="ski
n_fenavh">
Shopping C
art</div>
|
|
108 |
|
<div
class="ski
n_fenavh">
Shopping C
art</div>
|
104 |
|
|
|
109 |
|
|
105 |
|
<div
class="ski
n_fenavmin
i">
|
|
110 |
|
<div
class="ski
n_fenavmin
i">
|
106 |
|
|
|
111 |
|
|
107 |
|
<?php /* P
HP FUNCTIO
N */
|
|
112 |
|
<?php /* P
HP FUNCTIO
N */
|
108 |
|
/* I
nclude the
minicart
namespace.
*/
|
|
113 |
|
/* I
nclude the
minicart
namespace.
*/
|
109 |
|
$ski
nfunc->
namespace(
$app_id,'m
inicart');
?>
|
|
114 |
|
$ski
nfunc->
skin
namespace(
$app_id,'m
inicart');
?>
|
110 |
|
|
|
115 |
|
|
111 |
|
</div
>
|
|
116 |
|
</div
>
|
112 |
|
|
|
117 |
|
|
113 |
|
</td>
|
|
118 |
|
</td>
|
114 |
|
|
|
119 |
|
|
115 |
|
<td id="sk
in_ct_mcol
">
|
|
120 |
|
<td id="sk
in_ct_mcol
">
|
116 |
|
|
|
121 |
|
|
117 |
|
<?php
/* PHP FU
NCTION */
|
|
122 |
|
<?php
/* PHP FU
NCTION */
|
118 |
|
/* Prints
the page
title. *
/
|
|
123 |
|
/* Prints
the page
title. *
/
|
119 |
|
$skinfunc
->titletag
($disp_tit
le); ?>
|
|
124 |
|
$skinfunc
->titletag
($disp_tit
le); ?>
|
120 |
|
|
|
125 |
|
|
121 |
|
<div id="s
kin_conten
t">
|
|
126 |
|
<div id="s
kin_conten
t">
|
122 |
|
|
|
127 |
|
|
123 |
|
<?php
/* PHP FU
NCTION */
|
|
128 |
|
<?php
/* PHP FU
NCTION */
|
124 |
|
/* REQUIR
ED: Print
the conten
t for the
page. Do
not */
|
|
129 |
|
/* REQUIR
ED: Print
the conten
t for the
page. Do
not */
|
125 |
|
/* remove
this func
tion call.
Doing so
will resu
lt in */
|
|
130 |
|
/* remove
this func
tion call.
Doing so
will resu
lt in */
|
126 |
|
/* blank
pages bein
g generate
d. */
|
|
131 |
|
/* blank
pages bein
g generate
d. */
|
127 |
|
$skinfunc
->content(
); ?>
|
|
132 |
|
$skinfunc
->content(
); ?>
|
128 |
|
|
|
133 |
|
|
129 |
|
</div>
|
|
134 |
|
</div>
|
130 |
|
|
|
135 |
|
|
131 |
|
</td>
|
|
136 |
|
</td>
|
132 |
|
|
|
137 |
|
|
133 |
|
<td id="sk
in_ct_rcol
">
|
|
138 |
|
<td id="sk
in_ct_rcol
">
|
134 |
|
|
|
139 |
|
|
|
|
|
|
140 |
|
|
|
|
|
|
141 |
|
<?ph
p /* PHP F
UNCTION */
|
|
|
|
|
142 |
|
/* Inclu
de the goo
gletransla
te namespa
ce. */
|
|
|
|
|
143 |
|
$skinfun
c->skinnam
espace($ap
p_id,'goog
letranslat
e'); ?>
|
|
|
|
|
144 |
|
|
135 |
|
<?php
/* PHP FU
NCTION */
|
|
145 |
|
<?php
/* PHP FU
NCTION */
|
136 |
|
/* Includ
e the fron
tend menus
namespace
. Pass RI
GHT */
|
|
146 |
|
/* Includ
e the fron
tend menus
namespace
. Pass RI
GHT */
|
137 |
|
/* as the
menu id h
ere.
*/
|
|
147 |
|
/* as the
menu id h
ere.
*/
|
138 |
|
$skinfunc
->
namespace(
$app_id,'f
emenus','R
IGHT'); ?>
|
|
148 |
|
$skinfunc
->
skin
namespace(
$app_id,'f
emenus','R
IGHT'); ?>
|
139 |
|
|
|
149 |
|
|
140 |
|
</td>
|
|
150 |
|
</td>
|
141 |
|
|
|
151 |
|
|
142 |
|
</tr>
|
|
152 |
|
</tr>
|
143 |
|
|
|
153 |
|
|
144 |
|
</table>
|
|
154 |
|
</table>
|
145 |
|
|
|
155 |
|
|
146 |
|
<div id="s
kin_footer
">
|
|
156 |
|
<div id="s
kin_footer
">
|
147 |
|
|
|
157 |
|
|
148 |
|
<?php
/* PHP FU
NCTION */
|
|
158 |
|
<?php
/* PHP FU
NCTION */
|
149 |
|
/* Print
the applic
ation owne
r's addres
s and phon
e */
|
|
159 |
|
/* Print
the applic
ation owne
r's addres
s and phon
e */
|
150 |
|
/* number
s here.
*/
|
|
160 |
|
/* number
s here.
*/
|
151 |
|
$skinfunc
->printadd
phone(); ?
>
|
|
161 |
|
$skinfunc
->printadd
phone(); ?
>
|
152 |
|
|
|
162 |
|
|
153 |
|
<p>©
<?php prin
t $disp_ye
ar . ' ' .
$site_nam
e; ?>. All
rights re
served wor
ldwide.</p
>
|
|
163 |
|
<p>©
<?php prin
t $disp_ye
ar . ' ' .
$site_nam
e; ?>. All
rights re
served wor
ldwide.</p
>
|
154 |
|
|
|
164 |
|
|
155 |
|
<p>
|
|
165 |
|
<p>
|
156 |
|
<a href="h
ttp://www.
k
r
yp
t
ro
nic
.co
m
/" title="
Kry
p
t
r
o
nic
"><img src
="media/kh
xc/powered
_khxc.png"
alt="
KHX
C
P
o
w
e
re
d
" width="7
9" height=
"24" /></a
>
|
|
166 |
|
<a href="h
ttp://www.
clic
k
ca
r
t
p
ro
.co
.uk
/" title="
Sho
p
ping Ca
r
t S
o
ftware
"><img src
="media/kh
xc/powered
_khxc.png"
alt="
Shopping
C
art
S
o
ft
w
a
re
" width="7
9" height=
"24" /></a
>
|
157 |
|
|
|
167 |
|
|
158 |
|
<img src="
media/khxc
/valid-xht
ml10.png"
alt="Valid
XHTML" wi
dth="79" h
eight="24"
/>
|
|
168 |
|
<img src="
media/khxc
/valid-xht
ml10.png"
alt="Valid
XHTML" wi
dth="79" h
eight="24"
/>
|
159 |
|
|
|
169 |
|
|
160 |
|
<img src="
media/khxc
/valid-css
.png" alt=
"Valid CSS
" width="7
9" height=
"24" /></p
>
|
|
170 |
|
<img src="
media/khxc
/valid-css
.png" alt=
"Valid CSS
" width="7
9" height=
"24" /></p
>
|
|
|
|
|
171 |
|
<?php /* P
HP FUNCTIO
N */
|
|
|
|
|
172 |
|
/* I
nclude the
bannersho
w namespac
e full siz
e. */
|
|
|
|
|
173 |
|
$ski
nfunc->ski
nnamespace
($app_id,'
bannershow
','F'); ?>
|
161 |
|
|
|
174 |
|
|
162 |
|
</div>
|
|
175 |
|
</div>
|
163 |
|
|
|
176 |
|
|
164 |
|
</div>
|
|
177 |
|
</div>
|
165 |
|
|
|
178 |
|
|
166 |
|
<?php
/* PHP FU
NCTION */
|
|
179 |
|
<?php
/* PHP FU
NCTION */
|
167 |
|
/* REQUIR
ED: Run th
e debug an
d closure
function.
*/
|
|
180 |
|
/* REQUIR
ED: Run th
e debug an
d closure
function.
*/
|
168 |
|
$skinfunc
->debug();
?>
|
|
181 |
|
$skinfunc
->debug();
?>
|
|
|
|
|
182 |
|
<?php
/* PHP FU
NCTION */
|
|
|
|
|
183 |
|
/* Includ
e the goog
leanalytic
s namespac
e to print
*/
|
|
|
|
|
184 |
|
/* Urchin
java scri
pt.
*/
|
|
|
|
|
185 |
|
$skinfunc
->skinname
space($app
_id,'googl
eanalytics
'); ?>
|
169 |
|
|
|
186 |
|
|
170 |
|
</body>
|
|
187 |
|
</body>
|
171 |
|
|
|
188 |
|
|
172 |
|
</html>
|
|
189 |
|
</html>
|
Araxis Merge (but not the data content of this report) is Copyright © 1993-2008 Araxis Ltd (www.araxis.com). All rights reserved.