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/default/footer.php | 6 +++--- themes/default/header.php | 6 +++--- themes/default/include/functions.php | 20 +++++++++++++++++++- themes/default/index.php | 21 +++++++++++++++------ themes/default/navigation.php | 24 +++++++++++++++++------- themes/gttheme/footer.php | 4 ++-- themes/gttheme/header.php | 6 +++--- themes/gttheme/include/functions.php | 19 ++++++++++++++++++- themes/gttheme/index.php | 21 +++++++++++++++------ themes/gttheme/navigation.php | 23 ++++++++++++++++------- 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 +++++++++++++++++-------- themes/throwback/footer.php | 4 ++-- themes/throwback/header.php | 6 +++--- themes/throwback/include/functions.php | 20 +++++++++++++++++++- themes/throwback/index.php | 21 +++++++++++++++------ themes/throwback/navigation.php | 23 ++++++++++++++++------- 20 files changed, 223 insertions(+), 80 deletions(-) (limited to 'themes') diff --git a/themes/default/footer.php b/themes/default/footer.php index e971b9f..8c9d3de 100644 --- a/themes/default/footer.php +++ b/themes/default/footer.php @@ -1,7 +1,7 @@ . - */ + */ $phpversion = preg_replace('/[a-z-]/', '', phpversion()); $mtime = explode(' ', microtime()); @@ -50,4 +50,4 @@ $debug_output = sprintf("Page generated in %.3f seconds | Memory: real(%.3fmb) p - \ No newline at end of file + diff --git a/themes/default/header.php b/themes/default/header.php index 76dc2f9..a9b043b 100644 --- a/themes/default/header.php +++ b/themes/default/header.php @@ -1,7 +1,7 @@ . - */ + */ global $config; ob_start(); @@ -37,4 +37,4 @@ $starttime = $starttime[1] + $starttime[0]; - \ No newline at end of file + diff --git a/themes/default/include/functions.php b/themes/default/include/functions.php index 4a401fd..4aeeb14 100644 --- a/themes/default/include/functions.php +++ b/themes/default/include/functions.php @@ -1,4 +1,22 @@ . + */ + /* EVERY THEME SHOULD HAVE THIS FILE WITH THE FUNCTIONS OPENCONTENT() & CLOSECONTENT() */ @@ -37,4 +55,4 @@ CloseContent(); } -?> \ No newline at end of file +?> diff --git a/themes/default/index.php b/themes/default/index.php index 3d02ec1..3da1144 100644 --- a/themes/default/index.php +++ b/themes/default/index.php @@ -1,11 +1,20 @@ . */ /* Begin try/catch block */ diff --git a/themes/default/navigation.php b/themes/default/navigation.php index 5765712..d90365a 100644 --- a/themes/default/navigation.php +++ b/themes/default/navigation.php @@ -1,13 +1,23 @@ . */ - ?> + +?> diff --git a/themes/gttheme/footer.php b/themes/gttheme/footer.php index 72ddb3a..42b481f 100644 --- a/themes/gttheme/footer.php +++ b/themes/gttheme/footer.php @@ -1,7 +1,7 @@ . - */ + */ $phpversion = preg_replace('/[a-z-]/', '', phpversion()); $mtime = explode(' ', microtime()); diff --git a/themes/gttheme/header.php b/themes/gttheme/header.php index 76dc2f9..a9b043b 100644 --- a/themes/gttheme/header.php +++ b/themes/gttheme/header.php @@ -1,7 +1,7 @@ . - */ + */ global $config; ob_start(); @@ -37,4 +37,4 @@ $starttime = $starttime[1] + $starttime[0]; - \ No newline at end of file + diff --git a/themes/gttheme/include/functions.php b/themes/gttheme/include/functions.php index 4a401fd..6856262 100644 --- a/themes/gttheme/include/functions.php +++ b/themes/gttheme/include/functions.php @@ -1,4 +1,21 @@ . + */ /* EVERY THEME SHOULD HAVE THIS FILE WITH THE FUNCTIONS OPENCONTENT() & CLOSECONTENT() */ @@ -37,4 +54,4 @@ CloseContent(); } -?> \ No newline at end of file +?> diff --git a/themes/gttheme/index.php b/themes/gttheme/index.php index b5ac212..5ed718f 100644 --- a/themes/gttheme/index.php +++ b/themes/gttheme/index.php @@ -1,11 +1,20 @@ . */ /* Begin try/catch block */ diff --git a/themes/gttheme/navigation.php b/themes/gttheme/navigation.php index 5765712..69c660c 100644 --- a/themes/gttheme/navigation.php +++ b/themes/gttheme/navigation.php @@ -1,13 +1,22 @@ . */ - ?> +?> 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 + diff --git a/themes/throwback/footer.php b/themes/throwback/footer.php index 72ddb3a..42b481f 100644 --- a/themes/throwback/footer.php +++ b/themes/throwback/footer.php @@ -1,7 +1,7 @@ . - */ + */ $phpversion = preg_replace('/[a-z-]/', '', phpversion()); $mtime = explode(' ', microtime()); diff --git a/themes/throwback/header.php b/themes/throwback/header.php index 76dc2f9..a9b043b 100644 --- a/themes/throwback/header.php +++ b/themes/throwback/header.php @@ -1,7 +1,7 @@ . - */ + */ global $config; ob_start(); @@ -37,4 +37,4 @@ $starttime = $starttime[1] + $starttime[0]; - \ No newline at end of file + diff --git a/themes/throwback/include/functions.php b/themes/throwback/include/functions.php index afcd130..ead9d16 100644 --- a/themes/throwback/include/functions.php +++ b/themes/throwback/include/functions.php @@ -1,4 +1,22 @@ . + */ + /* EVERY THEME SHOULD HAVE THIS FILE WITH THE FUNCTIONS OPENCONTENT() & CLOSECONTENT() */ @@ -35,4 +53,4 @@ CloseContent(); } -?> \ No newline at end of file +?> diff --git a/themes/throwback/index.php b/themes/throwback/index.php index bfcab58..90e6a6d 100644 --- a/themes/throwback/index.php +++ b/themes/throwback/index.php @@ -1,11 +1,20 @@ . */ /* Begin try/catch block */ diff --git a/themes/throwback/navigation.php b/themes/throwback/navigation.php index ac81b6b..03c0376 100644 --- a/themes/throwback/navigation.php +++ b/themes/throwback/navigation.php @@ -1,13 +1,22 @@ . */ - ?> +?>    HOME