/booka/newlayout

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/booka/newlayout
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
	/*
	foot.php
	*/

?>
	<div id='foot'>
	<p>(c) 2009-2010 Gustav Hartvigsson || BooKa Team || <a href="https://launchpad.net/booka/"> Software Homepage </a><br /></p>
	<p>
		<a href="http://validator.w3.org/check?uri=referer"><img
		src="http://www.w3.org/Icons/valid-xhtml11-blue"
		alt="Valid XHTML 1.1" height="31" width="88" /></a>
		<a href="http://www.gnu.org/licenses/gpl.html">
		<img src="http://www.gnu.org/graphics/gplv3-88x31.png"
		alt="This Software is licensed under the GNU General Public License V3" /></a>
	</p>
</div>
</body>
</html>