From 1408eba91768b8528ce7134cd6c7e85f6a879a72 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Tue, 1 Mar 2011 10:34:02 +0100 Subject: add links to footer --- inc/html.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } function html_end() { + global $CONFIG; echo <<<EOT </div> <div id="footer"> -<hr><span class="small">Collectd Graph Panel is distributed under the GNU General Public License (GPL)</span> +<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> </div> </body> </html> -- cgit v1.1