-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfooter.php
More file actions
executable file
·48 lines (40 loc) · 2.37 KB
/
footer.php
File metadata and controls
executable file
·48 lines (40 loc) · 2.37 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?php
/* Woggle 4 Wordpress Remix
*
* Woggle 4 Wordpress Remix is a free Wordpress theme derived from Woggle 4 Wordpress
* developed by hawesWeb Productions available at iscout4wordpress.org.uk
*
* Woggle 4 Wordpress Remix is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Woggle 4 Wordpress Remix is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Woggle 4 Wordpress Remix. If not, see <http://www.gnu.org/licenses/>.
*
*/
?>
</div>
<?php include(TEMPLATEPATH . '/main.php'); ?>
<div id="footer"><?php wp_footer(); ?>
<div id="footerall">
<div id="footer2"><a href="<?php echo home_url(); ?>/">Home</a><br />
<a href="<?php echo home_url(); ?>/join">Join in</a><br />(<a href="<?php echo home_url(); ?>/beavers">Beavers</a> • <a href="<?php echo home_url(); ?>/cubs">Cubs</a> • <a href="<?php echo home_url(); ?>/scouts">Scouts</a>) <br />
<a href="http://scouts.org.uk">UK Scout Association</a><br />
<a href="http://hampshirescouts.org.uk">Hampshire County Scouts</a><br />
<a href="http://portsmouthscouts.org.uk">Portsmouth Scouts</a></div>
<div id="copyright">All site content, except where otherwise noted is published under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CreativeCommons Attribution-ShareAlike 4.0</a><br />
All photographs are © 8th Portsmouth Scout Group and cannot be used elsewhere without expressed permission<p>
<a href="//8thportsmouth.org.uk/privacy-policy">Privacy policy & cookie information</a><br />
Website theme based on <a href="http://www.iscout4wordpress.org.uk">Woggle</a> by <a href="http://www.hawesweb.co.uk">hawesWeb Productions</a><br />
Theme source code is available on <a href="https://gitlab.com/Tea23/woggle4wordpress">Gitlab</a> licensed under the GNU GPL 3 or later.<br />
Hosted on a <a href="https://www.linode.com/?r=17f0c4ff3acf10a7121894fcb23eaf1e03f82308">Linode VPS</a></p></div>
</div>
</div>
</body>
</html>