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) --- admin/admin_functions.php | 6 +++--- admin/functions.php | 7 ++++--- admin/header.php | 7 ++++--- admin/index.php | 7 ++++--- admin/operation.php | 6 +++--- include/classes.php | 20 +++++++++++++++++++- include/debug.php | 6 +++--- include/functions.php | 6 +++--- include/sql.class.php | 4 ++-- index.php | 19 ++++++++++++++++++- modules/admin/admin_functions.php | 9 +++++---- modules/admin/blocks/functions.php | 7 ++++--- modules/admin/blocks/index.php | 6 +++--- modules/admin/index.php | 7 ++++--- modules/admin/operation.php | 7 ++++--- modules/admin/pages/functions.php | 5 +++-- modules/admin/pages/index.php | 7 ++++--- modules/cu3er/index.php | 21 ++++++++++++++++++++- modules/download/index.php | 4 ++-- modules/index/index.php | 18 ++++++++++++++++++ modules/news/functions.php | 4 ++-- modules/news/index.php | 6 +++--- modules/newsreel/index.php | 22 +++++++++++++++++++++- modules/page/index.php | 4 ++-- modules/rudi/admin/includes/admin.class.php | 20 +++++++++++++++++++- modules/rudi/admin/index.php | 19 ++++++++++++++++++- modules/rudi/admin/views/view.addsoldier.php | 19 ++++++++++++++++++- modules/rudi/admin/views/view.admin.php | 18 ++++++++++++++++++ modules/rudi/admin/views/view.deletesoldier.php | 20 +++++++++++++++++++- modules/rudi/admin/views/view.modifysoldier.php | 21 +++++++++++++++++++-- modules/rudi/footer.php | 20 +++++++++++++++++++- modules/rudi/header.php | 21 ++++++++++++++++++++- modules/rudi/includes/common.class.php | 20 +++++++++++++++++++- modules/rudi/includes/debug.php | 20 +++++++++++++++++++- modules/rudi/includes/information.class.php | 20 +++++++++++++++++++- modules/rudi/includes/sql.class.php | 20 +++++++++++++++++++- modules/rudi/index.php | 22 +++++++++++++++++++--- modules/rudi/views/view.awards.php | 22 +++++++++++++++++++++- modules/rudi/views/view.drills.php | 17 +++++++++++++++++ modules/rudi/views/view.information.php | 20 +++++++++++++++++++- modules/rudi/views/view.platoon.php | 22 +++++++++++++++++++++- modules/rudi/views/view.points.php | 21 ++++++++++++++++++++- modules/tsviewer/index.php | 4 ++-- 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 ++++++++++++++++------- 63 files changed, 726 insertions(+), 158 deletions(-) diff --git a/admin/admin_functions.php b/admin/admin_functions.php index 46572e5..e058342 100644 --- a/admin/admin_functions.php +++ b/admin/admin_functions.php @@ -1,7 +1,7 @@ . - */ + */ if(!defined("ADMIN_FILE")) { @@ -166,4 +166,4 @@ function CloseTable_Ex() echo ""; } -?> \ No newline at end of file +?> diff --git a/admin/functions.php b/admin/functions.php index 5c018a0..ce7d5ff 100644 --- a/admin/functions.php +++ b/admin/functions.php @@ -1,7 +1,7 @@ . - */ + */ + /** * bbcode_format() * @@ -560,4 +561,4 @@ function PageRedirect($delay, $link) { echo ""; } -?> \ No newline at end of file +?> diff --git a/admin/header.php b/admin/header.php index 7ecc702..eccfde0 100644 --- a/admin/header.php +++ b/admin/header.php @@ -1,7 +1,7 @@ . - */ + */ + ob_start(); $starttime = explode(' ', microtime()); @@ -78,4 +79,4 @@ $(document).ready(function() { - \ No newline at end of file + diff --git a/admin/index.php b/admin/index.php index c1209e5..a3cb956 100644 --- a/admin/index.php +++ b/admin/index.php @@ -1,7 +1,7 @@ . - */ + */ + session_start(); @@ -152,4 +153,4 @@ $debug_output = sprintf("Page generated in %.3f seconds | Memory: real(%.3fmb) p } } -?> \ No newline at end of file +?> diff --git a/admin/operation.php b/admin/operation.php index 4ba80e4..1e8463a 100644 --- a/admin/operation.php +++ b/admin/operation.php @@ -1,7 +1,7 @@ . - */ + */ if(!defined("ADMIN_FILE")) { @@ -50,4 +50,4 @@ else -?> \ No newline at end of file +?> diff --git a/include/classes.php b/include/classes.php index ac62115..321e063 100644 --- a/include/classes.php +++ b/include/classes.php @@ -1,4 +1,22 @@ . + */ + abstract class Bayonet_Layout { @@ -235,4 +253,4 @@ class BayonetForm } } -?> \ No newline at end of file +?> diff --git a/include/debug.php b/include/debug.php index a0c2236..6a9f982 100644 --- a/include/debug.php +++ b/include/debug.php @@ -1,7 +1,7 @@ . - */ + */ define("RUDI_DEBUG",true); define("RUDI_DEBUG_LEVEL",true); @@ -222,4 +222,4 @@ function decho($message, $flag = REPEAT) */ -?> \ No newline at end of file +?> diff --git a/include/functions.php b/include/functions.php index 370ed9f..d1456df 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1,7 +1,7 @@ . - */ + */ /** * bbcode_format() @@ -617,4 +617,4 @@ function GetBlocks($position = BLOCK_LEFT) if($config['blocks']['spacer']) echo "
"; } } -?> \ No newline at end of file +?> diff --git a/include/sql.class.php b/include/sql.class.php index cb95a83..9802c9a 100644 --- a/include/sql.class.php +++ b/include/sql.class.php @@ -1,7 +1,7 @@ . - */ + */ static $db_queries = 0; static $db_connections = 0; diff --git a/index.php b/index.php index e28f48c..a811ba4 100644 --- a/index.php +++ b/index.php @@ -1,4 +1,21 @@ . + */ /** * DO NOT MOVE THESE DEFINES @@ -16,4 +33,4 @@ require_once BAYONET_INCLUDE . '/classes.php'; Bayonet::init(); -?> \ No newline at end of file +?> diff --git a/modules/admin/admin_functions.php b/modules/admin/admin_functions.php index d0d54a8..dbe101e 100644 --- a/modules/admin/admin_functions.php +++ b/modules/admin/admin_functions.php @@ -1,7 +1,7 @@ . - */ - /* + */ + +/* if(!defined("ADMIN_FILE")) { die("Access denied."); @@ -149,4 +150,4 @@ function CloseTable_Ex() echo ""; } */ -?> \ No newline at end of file +?> diff --git a/modules/admin/blocks/functions.php b/modules/admin/blocks/functions.php index 2c7b166..ce2744a 100644 --- a/modules/admin/blocks/functions.php +++ b/modules/admin/blocks/functions.php @@ -1,7 +1,7 @@ . - */ + */ + function ListBlocks() { diff --git a/modules/admin/blocks/index.php b/modules/admin/blocks/index.php index 8d63b6d..164f7a9 100644 --- a/modules/admin/blocks/index.php +++ b/modules/admin/blocks/index.php @@ -1,7 +1,7 @@ . - */ + */ /** * This file administers the site blocks. @@ -56,4 +56,4 @@ echo "
".LinkInternal('Create a B ListBlocks(); -?> \ No newline at end of file +?> diff --git a/modules/admin/index.php b/modules/admin/index.php index 667dc6e..653347f 100644 --- a/modules/admin/index.php +++ b/modules/admin/index.php @@ -1,7 +1,7 @@ . - */ + */ + /* if(!defined("MODULE_FILE")) { @@ -70,4 +71,4 @@ } } */ -?> \ No newline at end of file +?> diff --git a/modules/admin/operation.php b/modules/admin/operation.php index 4fb687b..62e34bb 100644 --- a/modules/admin/operation.php +++ b/modules/admin/operation.php @@ -1,7 +1,7 @@ . - */ + */ + /* if(!defined("ADMIN_FILE")) { @@ -50,4 +51,4 @@ else */ -?> \ No newline at end of file +?> diff --git a/modules/admin/pages/functions.php b/modules/admin/pages/functions.php index f71f90f..3507a5d 100644 --- a/modules/admin/pages/functions.php +++ b/modules/admin/pages/functions.php @@ -1,7 +1,7 @@ . - */ + */ + /** * Note to anyone feeling the need to edit this file... diff --git a/modules/admin/pages/index.php b/modules/admin/pages/index.php index cb36250..737ad8b 100644 --- a/modules/admin/pages/index.php +++ b/modules/admin/pages/index.php @@ -1,7 +1,7 @@ . - */ - ?> + */ + +?>
diff --git a/modules/cu3er/index.php b/modules/cu3er/index.php index 0e5202d..cf4ed19 100644 --- a/modules/cu3er/index.php +++ b/modules/cu3er/index.php @@ -1,3 +1,22 @@ +. + */ +?> @@ -32,4 +51,4 @@ http://www.3rd-infantry-division.org/forums/index.php?board=13.0 Enlist Today! Some text. - */ \ No newline at end of file + */ diff --git a/modules/download/index.php b/modules/download/index.php index 8cd1d99..5f7773e 100644 --- a/modules/download/index.php +++ b/modules/download/index.php @@ -1,7 +1,7 @@ . - */ + */ if(!defined("MODULE_FILE")) { diff --git a/modules/index/index.php b/modules/index/index.php index 83b542c..623f932 100644 --- a/modules/index/index.php +++ b/modules/index/index.php @@ -1,4 +1,22 @@ . + */ + /** * MODULE - INDEX >> * This page is a module that displays multiple modules diff --git a/modules/news/functions.php b/modules/news/functions.php index 67e9b43..790a00e 100644 --- a/modules/news/functions.php +++ b/modules/news/functions.php @@ -1,7 +1,7 @@ . - */ + */ /** * getNewsComments($id) diff --git a/modules/news/index.php b/modules/news/index.php index 47688be..2074aea 100644 --- a/modules/news/index.php +++ b/modules/news/index.php @@ -2,7 +2,7 @@ . - */ + */ if(!defined("MODULE_FILE")) { @@ -103,4 +103,4 @@ else -?> \ No newline at end of file +?> diff --git a/modules/newsreel/index.php b/modules/newsreel/index.php index 3caa86b..d067295 100644 --- a/modules/newsreel/index.php +++ b/modules/newsreel/index.php @@ -1,3 +1,23 @@ +. + */ + +?> @@ -113,4 +133,4 @@ $y=0;
- \ No newline at end of file + diff --git a/modules/page/index.php b/modules/page/index.php index aeba18a..03bda50 100644 --- a/modules/page/index.php +++ b/modules/page/index.php @@ -1,7 +1,7 @@ . - */ + */ define("MODULE_FAIL", "You cannot access this module directly.
\n",true); define('BLOCK_RIGHT_DISABLE', true); diff --git a/modules/rudi/admin/includes/admin.class.php b/modules/rudi/admin/includes/admin.class.php index fee79c9..d0a50fe 100644 --- a/modules/rudi/admin/includes/admin.class.php +++ b/modules/rudi/admin/includes/admin.class.php @@ -1,4 +1,22 @@ . + */ + /* class Rank { @@ -118,4 +136,4 @@ class AdminModify } } -?> \ No newline at end of file +?> diff --git a/modules/rudi/admin/index.php b/modules/rudi/admin/index.php index 33d9cd1..b6f88bc 100644 --- a/modules/rudi/admin/index.php +++ b/modules/rudi/admin/index.php @@ -1,4 +1,21 @@ . + */ //include '../includes/debug.php'; //include '../includes/sql.class.php'; @@ -18,4 +35,4 @@ if(isset($_GET['soldier']) && $_GET['soldier'] == 'modify') //include '../footer.php'; ob_flush(); -?> \ No newline at end of file +?> diff --git a/modules/rudi/admin/views/view.addsoldier.php b/modules/rudi/admin/views/view.addsoldier.php index 370b232..c6e3ad1 100644 --- a/modules/rudi/admin/views/view.addsoldier.php +++ b/modules/rudi/admin/views/view.addsoldier.php @@ -1,3 +1,20 @@ . + */ -?> \ No newline at end of file +?> diff --git a/modules/rudi/admin/views/view.admin.php b/modules/rudi/admin/views/view.admin.php index d05e5b1..83e788b 100644 --- a/modules/rudi/admin/views/view.admin.php +++ b/modules/rudi/admin/views/view.admin.php @@ -1,4 +1,22 @@ . + */ + ?> diff --git a/modules/rudi/admin/views/view.deletesoldier.php b/modules/rudi/admin/views/view.deletesoldier.php index 370b232..8d622fb 100644 --- a/modules/rudi/admin/views/view.deletesoldier.php +++ b/modules/rudi/admin/views/view.deletesoldier.php @@ -1,3 +1,21 @@ . + */ + -?> \ No newline at end of file +?> diff --git a/modules/rudi/admin/views/view.modifysoldier.php b/modules/rudi/admin/views/view.modifysoldier.php index 83449b8..6fd2895 100644 --- a/modules/rudi/admin/views/view.modifysoldier.php +++ b/modules/rudi/admin/views/view.modifysoldier.php @@ -1,5 +1,22 @@ - . + */ + if(isset($_POST['id'])) { $id = $_POST['id']; @@ -32,4 +49,4 @@ if(isset($_POST['id'])) -data[$id]); //decho($common->getRanks())?> \ No newline at end of file +data[$id]); //decho($common->getRanks())?> diff --git a/modules/rudi/footer.php b/modules/rudi/footer.php index f827d01..46db093 100644 --- a/modules/rudi/footer.php +++ b/modules/rudi/footer.php @@ -1,8 +1,26 @@ . + */ + $real = sprintf("%.2fkb", memory_get_usage() / 1024); $peak = sprintf("%.2fkb", memory_get_peak_usage() / 1024); ?>
- \ No newline at end of file + diff --git a/modules/rudi/header.php b/modules/rudi/header.php index 7ea6723..eb5ef2b 100644 --- a/modules/rudi/header.php +++ b/modules/rudi/header.php @@ -1,3 +1,22 @@ +. + */ +?>
@@ -7,4 +26,4 @@
-
\ No newline at end of file +
diff --git a/modules/rudi/includes/common.class.php b/modules/rudi/includes/common.class.php index 0d5e63e..98d7c6d 100644 --- a/modules/rudi/includes/common.class.php +++ b/modules/rudi/includes/common.class.php @@ -1,4 +1,22 @@ . + */ + define('RUDI_PROFILE_SMALL', true); define('RUDI_PROFILE_BIG', false); @@ -1181,4 +1199,4 @@ class RUDI_Common } -?> \ No newline at end of file +?> diff --git a/modules/rudi/includes/debug.php b/modules/rudi/includes/debug.php index 1f5f382..f0313c1 100644 --- a/modules/rudi/includes/debug.php +++ b/modules/rudi/includes/debug.php @@ -1,4 +1,22 @@ . + */ + if(!defined(NO_ACCESS)) { @@ -77,4 +95,4 @@ function decho($message) */ -?> \ No newline at end of file +?> diff --git a/modules/rudi/includes/information.class.php b/modules/rudi/includes/information.class.php index d34c4aa..94481b0 100644 --- a/modules/rudi/includes/information.class.php +++ b/modules/rudi/includes/information.class.php @@ -1,4 +1,22 @@ . + */ + class RUDI_Information extends RUDI_Common { @@ -31,4 +49,4 @@ class RUDI_Information extends RUDI_Common } } -?> \ No newline at end of file +?> diff --git a/modules/rudi/includes/sql.class.php b/modules/rudi/includes/sql.class.php index 4066684..720181c 100644 --- a/modules/rudi/includes/sql.class.php +++ b/modules/rudi/includes/sql.class.php @@ -1,4 +1,22 @@ . + */ + static $db_queries = 0; static $db_connections = 0; @@ -87,4 +105,4 @@ class RUDI_SQL } } -?> \ No newline at end of file +?> diff --git a/modules/rudi/index.php b/modules/rudi/index.php index 4550ad7..8c103a1 100644 --- a/modules/rudi/index.php +++ b/modules/rudi/index.php @@ -1,8 +1,24 @@ . + */ - include 'header.php'; - +include 'header.php'; //include 'includes/debug.php'; //require 'includes/sql.class.php'; include_once 'includes/common.class.php'; @@ -113,4 +129,4 @@ CloseContent(); //decho($test->foo[0]->member_id); //$test1 = new Test(); //$test2 = new Test(); -?> \ No newline at end of file +?> diff --git a/modules/rudi/views/view.awards.php b/modules/rudi/views/view.awards.php index 0a17005..6ecd097 100644 --- a/modules/rudi/views/view.awards.php +++ b/modules/rudi/views/view.awards.php @@ -1,3 +1,23 @@ +. + */ + +?> images_path . "/medals/"; ?> @@ -78,4 +98,4 @@ td.rudi { --> - \ No newline at end of file + diff --git a/modules/rudi/views/view.drills.php b/modules/rudi/views/view.drills.php index aa4b30a..498f5f5 100644 --- a/modules/rudi/views/view.drills.php +++ b/modules/rudi/views/view.drills.php @@ -1,4 +1,21 @@ . + */ function back() { diff --git a/modules/rudi/views/view.information.php b/modules/rudi/views/view.information.php index d017564..0a6ed31 100644 --- a/modules/rudi/views/view.information.php +++ b/modules/rudi/views/view.information.php @@ -1,4 +1,22 @@ . + */ + $unit_id = $_GET['unit_id']; $platoon_id = $_GET['platoon_id']; switch($_GET['info']) @@ -17,4 +35,4 @@ switch($_GET['info']) ReportError('Invalid info entry'); return; } -?> \ No newline at end of file +?> diff --git a/modules/rudi/views/view.platoon.php b/modules/rudi/views/view.platoon.php index 4ee60dc..bd90a66 100644 --- a/modules/rudi/views/view.platoon.php +++ b/modules/rudi/views/view.platoon.php @@ -1,3 +1,23 @@ +. + */ + +?> Platoon($unit_id, $platoon_id); ?> @@ -19,4 +39,4 @@
- \ No newline at end of file + diff --git a/modules/rudi/views/view.points.php b/modules/rudi/views/view.points.php index bf6c2b6..be1f90e 100644 --- a/modules/rudi/views/view.points.php +++ b/modules/rudi/views/view.points.php @@ -1,3 +1,22 @@ +. + */ +?>

Points Ticker:

@@ -32,4 +51,4 @@ } ?> -
\ No newline at end of file + diff --git a/modules/tsviewer/index.php b/modules/tsviewer/index.php index d243fba..da2492b 100644 --- a/modules/tsviewer/index.php +++ b/modules/tsviewer/index.php @@ -1,7 +1,7 @@ . - */ + */ if(!defined("MODULE_FILE")) { 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