diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-05-28 15:39:43 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-05-28 15:39:43 -0700 |
commit | 7e9c0025ca4511d269274662902d638318f64027 (patch) | |
tree | 686f81622d2ce184f7085d5b7ed2bcc44e7b88cf /pages/home.php | |
parent | 86a9c5724f14aed4ff73772a1515da97efe7b7bd (diff) | |
download | pathery-7e9c0025ca4511d269274662902d638318f64027.tar.xz |
Sticky Footer! moved <body> tag, renamed $Links $headerLinks.
Diffstat (limited to 'pages/home.php')
-rw-r--r-- | pages/home.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/home.php b/pages/home.php index 9c4cf3d..838313a 100644 --- a/pages/home.php +++ b/pages/home.php @@ -36,7 +36,7 @@ if (getCookie('pref_mute') != 'true') { ?>
-<body>
+
<?
//<script src="sounds/script/soundmanager.js"></script>
@@ -88,7 +88,7 @@ function adToggle() { <?php
-topbar($Links);
+topbar($headerLinks);
$showAd = (isset($_COOKIE['pref_showAd']) AND $_COOKIE['pref_showAd'] == "yes");
$adClass = 'adHidden';
|