-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
33 lines (33 loc) · 959 Bytes
/
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
<?php
/**
* @package WordPress
* @subpackage OpenShine Theme
* @copyright (C) OpenShine SL
* @license GNU General Public License 3, see license.txt
*/
?>
</div><!--content-->
<footer id="foot">
<div class="f-l">
<ul class="localization">
<li class="address"><span></span> C/ Julián Camarillo, 47. Bloque A, Oficina 006. 28037 Madrid (Spain)</li>
<li class="mail"><span></span> [email protected]</li>
</ul>
</div>
<div class="f-r">
<nav>
<ul>
<li><a href="#" title="">Home</a></li>
<li class="active"><a href="#" title="">Projects</a></li>
<li><a href="#" title="">Jobs</a></li>
<li><a href="#" title="">Contact</a></li>
<li><a href="#" title="">Castellano</a></li>
</ul>
</nav>
</div>
<p class="copyright">Openshine Ltd (C) 2011. All rights reserved. Terms and conditions</p>
</footer>
<?php wp_footer(); ?>
</div><!--wrapper-->
</body>
</html>