From e62cd7f5662928977738f80990322b4433e67d51 Mon Sep 17 00:00:00 2001 From: jhunkeler Date: Fri, 8 Jan 2010 00:56:04 +0000 Subject: Added favorite icon support. git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@456 c5b2fb0a-d05d-0410-98c8-828840a80ff6 --- header.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/header.php b/header.php index 0a79f4d..4925ce9 100644 --- a/header.php +++ b/header.php @@ -16,7 +16,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - + +global $config; ob_start(); $starttime = explode(' ', microtime()); $starttime = $starttime[1] + $starttime[0]; @@ -29,6 +30,10 @@ $starttime = $starttime[1] + $starttime[0]; 3rd Infantry Division - 8 years strong - ArmaII Unit + + + + -- cgit