diff options
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> |
