/booka/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/booka/trunk

« back to all changes in this revision

Viewing changes to inc/foot.php

  • Committer: Gustav Hartvigsson
  • Date: 2010-07-18 08:42:56 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20100718084256-yq7xoll9pjgybl19
changed copyright date.
(did not notice that it was old untill i looked true some diffs at LP.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?
 
1
<?php
2
2
        /*
3
3
        foot.php
4
4
        */
5
5
 
6
6
?>
7
7
        <div id='foot'>
8
 
        <p>(c) 2009 Gustav Hartvigsson || BooKa Team</p>
 
8
        <p>(c) 2009-2010 Gustav Hartvigsson || BooKa Team || <a href="https://launchpad.net/booka/"> Software Homepage </a><br /></p>
9
9
        <p>
10
10
                <a href="http://validator.w3.org/check?uri=referer"><img
11
11
                src="http://www.w3.org/Icons/valid-xhtml11-blue"
12
12
                alt="Valid XHTML 1.1" height="31" width="88" /></a>
 
13
                <a href="http://www.gnu.org/licenses/gpl.html">
 
14
                <img src="http://www.gnu.org/graphics/gplv3-88x31.png"
 
15
                alt="This Software is licensed under the GNU General Public License V3" /></a>
13
16
        </p>
14
17
</div>
15
18
</body>