From eb5ec4457a826bf6edadc9fa1816fac94d4a5c6a Mon Sep 17 00:00:00 2001 From: 3rd Infantry Division Date: Mon, 18 Apr 2011 15:41:57 -0700 Subject: Adjusted the Bayonet license (some files may have been missed) --- themes/new/footer.php | 6 +++--- themes/new/header.php | 6 +++--- themes/new/include/functions.php | 19 ++++++++++++++++++- themes/new/index.php | 23 ++++++++++++++++------- themes/new/navigation.php | 25 +++++++++++++++++-------- 5 files changed, 57 insertions(+), 22 deletions(-) (limited to 'themes/new') diff --git a/themes/new/footer.php b/themes/new/footer.php index 0aab911..9e4cb00 100644 --- a/themes/new/footer.php +++ b/themes/new/footer.php @@ -1,7 +1,7 @@ . - */ + */ $phpversion = preg_replace('/[a-z-]/', '', phpversion()); $mtime = explode(' ', microtime()); @@ -54,4 +54,4 @@ $debug_output = sprintf("Page generated in %.3f seconds | Memory: real(%.3fmb) p - \ No newline at end of file + diff --git a/themes/new/header.php b/themes/new/header.php index 353a083..f1e9f0c 100644 --- a/themes/new/header.php +++ b/themes/new/header.php @@ -1,7 +1,7 @@ . - */ + */ global $config; ob_start(); @@ -52,4 +52,4 @@ $starttime = $starttime[1] + $starttime[0]; - \ No newline at end of file + diff --git a/themes/new/include/functions.php b/themes/new/include/functions.php index ec2e6e2..1a1abbc 100644 --- a/themes/new/include/functions.php +++ b/themes/new/include/functions.php @@ -1,4 +1,21 @@ . + */ /* EVERY THEME SHOULD HAVE THIS FILE WITH THE FUNCTIONS OPENCONTENT() & CLOSECONTENT() */ @@ -31,4 +48,4 @@ { } -?> \ No newline at end of file +?> diff --git a/themes/new/index.php b/themes/new/index.php index 17bbc46..750cc1f 100644 --- a/themes/new/index.php +++ b/themes/new/index.php @@ -1,11 +1,20 @@ . */ /* Begin try/catch block */ @@ -81,4 +90,4 @@ catch(Exception $e) "" . "" . "" . "" . "
Code" . $e->getCode() . "
In File" . $e->getFile() . "
" . $e->getLine() . " - " . $e->getMessage() . "
" ); } -?> \ No newline at end of file +?> diff --git a/themes/new/navigation.php b/themes/new/navigation.php index 45bcdf9..6a99e5a 100644 --- a/themes/new/navigation.php +++ b/themes/new/navigation.php @@ -1,13 +1,22 @@ . */ - ?> +?> \ No newline at end of file + -- cgit