From 7e9c0025ca4511d269274662902d638318f64027 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Tue, 28 May 2013 15:39:43 -0700 Subject: Sticky Footer! moved tag, renamed $Links $headerLinks. --- includes/header.php | 81 +++++++++++++++++++++++++++++------------------------ 1 file changed, 44 insertions(+), 37 deletions(-) (limited to 'includes') diff --git a/includes/header.php b/includes/header.php index 368e1c8..c79ee8e 100644 --- a/includes/header.php +++ b/includes/header.php @@ -73,51 +73,57 @@ function htmlFooter() { //Preload the path-images and add the google-analytics script global $footerLinks; - + + echo "
"; + echo "
"; + echo " "; + + + echo "
"; echo "
"; - echo "
    "; + echo "
      "; foreach ($footerLinks as $key => $value) { echo "
    • $value
    • "; } echo "
    "; ?> -
    -
    - Copyright © 2011-2013 pathery.com -
    -
    +
    +
    + Copyright © 2011-2013 pathery.com +
    +
    Facebook Reddit Twitter Google Plus +
    +
    + + +
    + + + + + + + + + + + + + + + + + + + + +
    -
    -
    - -
    - - - - - - - - - - - - - - - - - - - - - -
    +
    "; + echo "
    "; //Empty first-div contains sound manager stuff echo '
    '; @@ -187,7 +194,7 @@ function topbar($links) { echo '
    '; - foreach ($links as $key => $value) { + foreach ($headerLinks as $key => $value) { if ($request == $key) { $selected = " selected"; } else { -- cgit v1.2.3