diff options
author | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2010-01-30 13:21:20 -0500 |
---|---|---|
committer | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2010-01-30 13:21:20 -0500 |
commit | 4c273bcca53e335d449ee677e36bf90e1fd1d253 (patch) | |
tree | 767229d690b21ed4128b7d18ba06000bacec55c2 /themes/default | |
parent | 01efa9d3ba17fde3fb3c150c8c9448594ca15b2d (diff) | |
download | bayonetcms-4c273bcca53e335d449ee677e36bf90e1fd1d253.tar.gz |
Configuration data is now loaded from the include/config.ini file
For now the $config and $db variables are initialized from within the theme
class. This class supercedes the entire script as it is so far.
git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2.1@483 c5b2fb0a-d05d-0410-98c8-828840a80ff6
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/footer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/footer.php b/themes/default/footer.php index cbbd2bd..e971b9f 100644 --- a/themes/default/footer.php +++ b/themes/default/footer.php @@ -34,7 +34,7 @@ $debug_output = sprintf("Page generated in %.3f seconds | Memory: real(%.3fmb) p <a href="admin/">Administrative Control Panel</a><br /> <?php echo $config['product']['name'] . ' ' . $config['product']['version'] . ' ' . $config['product']['release'] ?><br /> -<?php echo $config['product']['copyright']; ?><br /> +<?php echo stripslashes($config['product']['copyright']); ?><br /> <?php if($config['debug']['enabled']) echo $debug_output ?><br /> <a href="http://www.dreamhost.com/r.cgi?145892" target="_blank"><img src="http://www.dreamhost.com/images/rewards/80x15-e.png" /></a><br /><br /> |