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 +++++++++++++++++------- 5 files changed, 57 insertions(+), 20 deletions(-) (limited to 'themes/default') 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 @@ . */ - ?> + +?> -- cgit