Commit:    a5a0f85144e4d39ea3e6a3934f0896db9b40fbd4
Author:    levijm <[email protected]>         Fri, 9 May 2014 12:44:38 -0600
Parents:   617836fd3b50099b06eef5e81d3c3dfc975c7fc4
Branches:  master

Link:       
http://git.php.net/?p=web/shared.git;a=commitdiff;h=a5a0f85144e4d39ea3e6a3934f0896db9b40fbd4

Log:
No longer adding .mainscreen by default; causes issues with breadcrumbs.

Changed paths:
  M  templates/footer.inc
  M  templates/header.inc


Diff:
diff --git a/templates/footer.inc b/templates/footer.inc
index 23c7144..4cbae8d 100644
--- a/templates/footer.inc
+++ b/templates/footer.inc
@@ -12,7 +12,6 @@ isset($JS) || $JS = array();
 isset($SECONDSCREEN) || $SECONDSCREEN = "";
 $ROOT = substr($_SERVER["SERVER_NAME"], -8) == ".php.net" ? "//shared.php.net" 
: "/shared";
 ?>
-</section> <!-- .mainscreen -->
 <?php if ($SECONDSCREEN): ?>
 <section class="secondscreen">
   <?=$SECONDSCREEN?>
diff --git a/templates/header.inc b/templates/header.inc
index 99896fd..ffb700c 100644
--- a/templates/header.inc
+++ b/templates/header.inc
@@ -84,7 +84,6 @@ endforeach
 <nav id="megadropdown"></nav>
 
 <section class="fullscreen clearfix">
-  <section class="mainscreen">
 
 <?php /* vim: set ft=html et ts=2 sw=2: : */ ?>


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to