Sfoglia il codice sorgente

Page content container <div>

Tom Hutchison 11 anni fa
parent
commit
2530e8a5df
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      Foreground.skin.php

+ 4 - 0
Foreground.skin.php

@@ -136,6 +136,8 @@ class foregroundTemplate extends BaseTemplate {
 		     </section>
 		</nav>
 		<?php if ($wgForegroundFeatures['NavWrapperType'] != '0') echo "</div>"; ?>
+		
+		<div id="page-content">
 		<div class="row">
 				<div class="large-12 columns">
 				<!--[if lt IE 9]>
@@ -191,6 +193,8 @@ class foregroundTemplate extends BaseTemplate {
 		</ul>
 		</footer>
 
+		</div>
+		
 		<?php $this->printTrail(); ?>
 
 		</body>