-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter1.php
19 lines (19 loc) · 1.14 KB
/
footer1.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php include 'rooturl.php'; ?>
<!-- FOOTER -->
<div id="footer">
<ul>
<li id="sticker-apache" class="sticker">
<a href="http://httpd.apache.org/">
<img src="<?php echo $root_url; ?>images/apache-power.png" width="80" height="15" alt="Powered by APACHE" title="Powered by APACHE" /></a></li>
<li id="sticker-php" class="sticker">
<a href="http://www.php.net/">
<img src="<?php echo $root_url; ?>images/php-power-micro.png" width="80" height="15" alt="Powered by PHP" title="Powered by PHP" /></a></li>
<li id="sticker-xhtml" class="sticker">
<a href="http://validator.w3.org/check/referer" title="Valid XHTML 1.0">
<img src="<?php echo $root_url; ?>images/button-xhtml.png" width="80" height="15" alt="Valid XHTML 1.0" /></a></li>
<li id="copyright">
<address>Copyright ©2000-2006 Japan PHP Users Group. <a href="mailto:[email protected]">[email protected]</a></address></li>
<li id="sponsor">
<address> Bandwidth and hardware provided by <a class="external" href="http://www.sakura.ad.jp/">さくらインターネット株式会社</a></address></li>
</ul>
</div>