-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspecials.php
46 lines (43 loc) · 1.36 KB
/
specials.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
<?
include("administrator/library/config.php");
?>
<!DOCTYPE HTML>
<html>
<?
include("tpl/tpl_head.php");
?>
<body>
<div class="header-bg">
<div class="wrap">
<div class="h-bg">
<div class="total">
<?
include("tpl/tpl_header.php");
?>
<?
include("tpl/tpl_menu.php");
?>
<div class="banner-top">
<div class="header-bottom">
<div class="header_bottom_right_images">
<?
include("tpl/tpl_special.php");
?>
</div>
<div class="header-para">
<?
include("tpl/tpl_categories.php");
?>
</div>
<div class="clear"></div>
<?
include("tpl/tpl_footer.php");
?>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>