-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfooter.php
23 lines (23 loc) · 1.13 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
<footer>
<div class="footer-wrapper">
<div class="moz-com-logo"><a href="https://wiki.mozilla.org/MCS"></a></div>
<p>© 2008 - 2013 Comunitatea Mozilla românească.<br/> Conținutul este licențiat liber sub <a href="http://creativecommons.org/licenses/by-sa/3.0/">CC-BY-SA 3.0.</a><br/>Folosim <a href="http://wordpress.org">WordPress</a> cu o temă realizată de <a href="http://stratila.com" title="Eugen Stratila">Eugen Strătilă</a> <a href="http://ceata.org/" title="Fundatia Ceata">( Ceata )</a>.</p>
<ul class="info-box">
<li class="js-ico">
<a href="http://stratila.com" title="JS"></a>
</li>
<li class="html5-ico">
<a href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.mozilla.ro%2Fnew%2F&charset=%28detect+automatically%29&doctype=HTML5&group=0" title="HTML5"></a>
</li>
<li class="wp-ico">
<a href="http://wordpress.org" title="Wordpress"></a>
</li>
<li class="cc-ico">
<a href="http://creativecommons.org/licenses/by-sa/3.0/" title="CreativeCommons"></a>
</li>
</ul>
</div>
</footer>
</body>
<?php wp_footer(); ?>
</html>