siwwy :3 #3
					 1 changed files with 5 additions and 8 deletions
				
			
		Move content/footer out of pagebody and remove it
				commit
				
					
					
						dafd299a1f
					
				
			
		| 
						 | 
					@ -6,18 +6,15 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<body>
 | 
					<body>
 | 
				
			||||||
<div class="page">
 | 
					<div class="page">
 | 
				
			||||||
<div class="header">
 | 
					    <div id="header" class="header">
 | 
				
			||||||
    @include('includes.header')
 | 
					        @include('includes.header')
 | 
				
			||||||
</div> <!-- header -->
 | 
					    </div> <!-- header -->
 | 
				
			||||||
 | 
					    <div id="content" class="content" role="main">
 | 
				
			||||||
<div id="pagebody">
 | 
					 | 
				
			||||||
    <div id="content" role="main">
 | 
					 | 
				
			||||||
@yield('content')
 | 
					@yield('content')
 | 
				
			||||||
    </div> <!-- content -->
 | 
					    </div> <!-- content -->
 | 
				
			||||||
    <div id="footer" class="pagefooter">
 | 
					    <div id="footer" class="footer">
 | 
				
			||||||
        @include('includes.footer')
 | 
					        @include('includes.footer')
 | 
				
			||||||
    </div> <!-- footer -->
 | 
					    </div> <!-- footer -->
 | 
				
			||||||
</div> <!-- pagebody -->
 | 
					 | 
				
			||||||
</div> <!-- page -->
 | 
					</div> <!-- page -->
 | 
				
			||||||
</body>
 | 
					</body>
 | 
				
			||||||
</html>
 | 
					</html>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue