aboutsummaryrefslogtreecommitdiff
path: root/themes/default/footer.php
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2013-08-19 09:41:19 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2013-08-19 09:41:19 -0400
commitc5eb569f5122d4140952bd5cc7ad4fdc5fbf8a23 (patch)
tree37024ec14fde9fef92eef8e9f997f72731e5155d /themes/default/footer.php
parent41d7bde950d6166a6cc414a48d0fa57f3fd9a512 (diff)
parent50f14f6bee7e1efaac5971579fc2e76c728ecad6 (diff)
downloadbayonetcms-c5eb569f5122d4140952bd5cc7ad4fdc5fbf8a23.tar.gz
Merge pull request #3 from eoconnell/masterHEADmaster
Some more stuff
Diffstat (limited to 'themes/default/footer.php')
-rw-r--r--themes/default/footer.php18
1 files changed, 6 insertions, 12 deletions
diff --git a/themes/default/footer.php b/themes/default/footer.php
index afadce7..db656ce 100644
--- a/themes/default/footer.php
+++ b/themes/default/footer.php
@@ -16,7 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-
+
$phpversion = preg_replace('/[a-z-]/', '', phpversion());
$mtime = explode(' ', microtime());
$totaltime = $mtime[0] + $mtime[1] - $starttime;
@@ -26,25 +26,19 @@ $debug_output = sprintf("Page generated in %.3f seconds | Memory: real(%.3fmb) p
<div class="footer">
- <br />
- <span class="footer-text">
- All logos and trademarks on this site are property of their respective owner. The comments are property of their posters, all the rest &copy; 2001-<?php echo date('Y'); ?> 3rd Infantry Division.</span>
-
- <br /><br />
-
- <a href="admin/">Administrative Control Panel</a><br />
+<a href="admin/">Administrative Control Panel</a><br />
<?php echo $config['product']['name'] . ' ' . $config['product']['version'] . ' ' . $config['product']['release'] ?><br />
<?php echo stripslashes($config['product']['copyright']); ?><br />
<?php if($config['debug']['enabled']) echo $debug_output ?><br />
+
</div>
<?php
- if($config['debug']['enabled']){
+if($config['debug']['enabled']){
logQueueFlush();
- }
+}
?>
</body>
</html>
-<?php ob_flush();?>
-
+<?php ob_flush();?> \ No newline at end of file