This repository has been archived by the owner on Oct 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
61 lines (61 loc) · 2.09 KB
/
footer.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
58
59
60
61
<div class="clear"></div>
</div>
</div>
<div class="clear"></div>
</div>
<div id="footer">
<div id="footerright">
<div class="footer1">
<ul class="menufooter">
<center>
<li><b><a href="http://www.alexa.com/siteinfo/<?php echo settings("url");?>"><script type='text/javascript' src='http://xslt.alexa.com/site_stats/js/t/a?url=<?php echo settings("url");?>'></script></a></li>
<br/><br/><br/><br/><div class="g-plusone" data-size="medium"></div><div class="fb-like" data-href="<?php echo settings("url");?>" data-send="false" data-layout="button_count" data-width="100%" data-show-faces="false"></div>
</ul>
</center>
</div>
<div class="footer1">
<ul class="menufooter">
<li>
<?php
$y = explode('|',"|".settings("ads_3"));
echo "
<a href='".$y[2]."' rel='nofollow'>
<img src='./images/".$y[1]."' width='200' height='90' style='margin-left: -3px;' alt='".$y[3]."' title='".$y[3]."'/></a>";
?>
</li>
</ul>
</div>
<div class="footer1">
<ul class="menufooter">
<li><?php
$y = explode('|',"|".settings("ads_4"));
echo "
<a href='".$y[2]."' rel='nofollow'>
<img src='./images/".$y[1]."' width='200' height='90' style='margin-left: -3px;' alt='".$y[3]."' title='".$y[3]."'/></a>";
?></li>
</ul>
</div>
<div class="footer1">
<ul class="menufooter">
<li><?php
$y = explode('|',"|".settings("ads_5"));
echo "
<a href='".$y[2]."' rel='nofollow'>
<img src='./images/".$y[1]."' width='200' height='90' style='margin-left: -3px;' alt='".$y[3]."' title='".$y[3]."'/></a>";
?></li>
</ul>
</div>
<div class="clear"></div>
<div id="footerbottom">
<h5>Copyright © 2013 by <a href="<?php echo settings("url");?>"><?php echo settings("author");?></a></h5>
<a href="#" class="linktop">Đầu trang</a>
</div>
</div>
</div>
<?php echo settings("add_code");?>
</div>
</div>
</div>
</div>
</body>
</html>