aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/inc
diff options
context:
space:
mode:
authorPim van den Berg2011-03-01 10:34:02 +0100
committerPim van den Berg2011-03-01 10:34:02 +0100
commit1408eba91768b8528ce7134cd6c7e85f6a879a72 (patch)
tree8a4f3698b50fae540164bf1db51f43f0f51ce86e /inc
parentinclude local configuration file once (diff)
downloadapt-panopticon_cgp-1408eba91768b8528ce7134cd6c7e85f6a879a72.zip
apt-panopticon_cgp-1408eba91768b8528ce7134cd6c7e85f6a879a72.tar.gz
apt-panopticon_cgp-1408eba91768b8528ce7134cd6c7e85f6a879a72.tar.bz2
apt-panopticon_cgp-1408eba91768b8528ce7134cd6c7e85f6a879a72.tar.xz
add links to footer
Diffstat (limited to 'inc')
-rw-r--r--inc/html.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/html.inc.php b/inc/html.inc.php
index ada8d99..a580899 100644
--- a/inc/html.inc.php
+++ b/inc/html.inc.php
@@ -33,10 +33,11 @@ EOT;
33} 33}
34 34
35function html_end() { 35function html_end() {
36 global $CONFIG;
36 echo <<<EOT 37 echo <<<EOT
37</div> 38</div>
38<div id="footer"> 39<div id="footer">
39<hr><span class="small">Collectd Graph Panel is distributed under the GNU General Public License (GPL)</span> 40<hr><span class="small"><a href="http://pommi.nethuis.nl/category/cgp/" rel="external">Collectd Graph Panel</a> is distributed under the <a href="{$CONFIG['weburl']}/doc/LICENSE" rel="licence">GNU General Public License (GPLv3)</a></span>
40</div> 41</div>
41</body> 42</body>
42</html> 43</html>