-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
48 lines (44 loc) · 1.44 KB
/
about.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
<?
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");
?>
<?
$arr_menu['about'] = "active";
include("tpl/tpl_menu.php");
?>
<div class="banner-top">
<div class="header-bottom">
<div class="header_bottom_right_images">
<?
include("tpl/tpl_about.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>