Browse Source

Merge pull request #72 from Hutchy68/contentdiv

Page content container <div>
Jamie Thingelstad 11 years ago
parent
commit
e9462cfd06
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Foreground.skin.php

+ 4 - 0
Foreground.skin.php

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