diff options
author | Pim van den Berg | 2011-03-01 10:34:02 +0100 |
---|---|---|
committer | Pim van den Berg | 2011-03-01 10:34:02 +0100 |
commit | 1408eba91768b8528ce7134cd6c7e85f6a879a72 (patch) | |
tree | 8a4f3698b50fae540164bf1db51f43f0f51ce86e /inc | |
parent | include local configuration file once (diff) | |
download | apt-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.php | 3 |
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 | ||
35 | function html_end() { | 35 | function 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> |