From a0701d581dfa39113c1af68637118d99d5a0822a Mon Sep 17 00:00:00 2001 From: jhunkeler Date: Wed, 27 Jan 2010 02:52:17 +0000 Subject: commit just prior to some pure insanity. implementing theme system git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@463 c5b2fb0a-d05d-0410-98c8-828840a80ff6 --- modules/admin/admin_functions.php | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'modules/admin/admin_functions.php') diff --git a/modules/admin/admin_functions.php b/modules/admin/admin_functions.php index 30a40d0..6c2b394 100644 --- a/modules/admin/admin_functions.php +++ b/modules/admin/admin_functions.php @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - + /* if(!defined("ADMIN_FILE")) { die("Access denied."); @@ -86,7 +86,7 @@ function logout() session_unset(); session_destroy(); } - +*/ /** * CompileAdmin() * @@ -99,9 +99,10 @@ function logout() * @param mixed $body * @return */ + /* function CompileAdmin($head,$body) { - /*if we were not passed arrays, then say goodbye*/ + /*if we were not passed arrays, then say goodbye if(!is_array($head) || !is_array($body)) { echo "must be array\n"; @@ -123,7 +124,7 @@ function CompileAdmin($head,$body) echo "\n"; } -/** + * OpenTable() * * The administration OpenTable() function requires an argument to define @@ -132,20 +133,20 @@ function CompileAdmin($head,$body) * * @param mixed $title * @return - */ + function OpenTable_Ex($title) { echo "
{$title}
"; } -/** + * CloseTable() * * @return - */ + function CloseTable_Ex() { echo "
"; } - + */ ?> \ No newline at end of file -- cgit