Woops #2

Closed
RoscoeDaWah wants to merge 250 commits from redesign into master
Showing only changes of commit dafd299a1f - Show all commits

View file

@ -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>