From bbe78355f6257b64ed9a8009815cebb97b58df21 Mon Sep 17 00:00:00 2001 From: thirdid Date: Wed, 27 Jan 2010 03:44:08 +0000 Subject: Files relocated into the default theme git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2.1@467 c5b2fb0a-d05d-0410-98c8-828840a80ff6 --- header.php | 55 ------------------------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 header.php (limited to 'header.php') diff --git a/header.php b/header.php deleted file mode 100644 index 4925ce9..0000000 --- a/header.php +++ /dev/null @@ -1,55 +0,0 @@ -. - */ - -global $config; -ob_start(); -$starttime = explode(' ', microtime()); -$starttime = $starttime[1] + $starttime[0]; -?> - - - - - -3rd Infantry Division - 8 years strong - ArmaII Unit - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file -- cgit