-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
executable file
·33 lines (23 loc) · 1 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
<?php
/**
* The template for displaying the footer.
*/
?>
<aside>
<section>
<p><a href="http://www.agilefinland.com/" title="Agile Finland ry"><img src="http://scan-agile.org/archive/scan-agile-2011/wp-content/uploads/2011/01/agile_finland_155x69.png" alt="Agile Finland"/></a></p>
<p>This conference is organized by <a href="http://www.agilefinland.com/">Agile Finland ry</a>, which is non-profit association of software professionals. The purpose of Agile Finland is to raise the public's awareness of <a href="http://agilemanifesto.org/">Agile Software Development</a>, advance the use of Agile and increase its members' Agile knowhow.</p>
</section>
</aside>
</div></div> <!-- Close #wrapper -->
<footer>
<?php
get_sidebar( 'footer' );
?>
<small id="copyright">© 2012 Scandinavian Agile Conference | Designed by <a href="http://rintakumpu.fi" title="">rintakumpu</a> | Powered by <a href="http://www.wordpress.org">WordPress</a></small>
</footer>
<?php
wp_footer();
?>
</body>
</html>