Advertisement
Guest User

index.php

a guest
Sep 13th, 2014
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.87 KB | None | 0 0
  1. <?php include'header.php'; ?>
  2.  
  3.     <div id="mainContainer" class="container">
  4.        
  5.         {{1*2}}
  6.         <!-- Side menu
  7.     ================================================== -->
  8.         <aside class="four columns" id="items-category-list" ng-controller="itemsCategoryList">
  9.             <h1>side meny</h1>
  10.             {{ 1 + 2 }}
  11.         </aside>
  12.        
  13.         <!-- Main content
  14.     ================================================== -->
  15.         <div class="twelve columns nospace">
  16.        
  17.             <article id="new-items" class="row twelve columns">
  18.                 <h1>Nyheiter! {{ 2 + 2 }}</h1>
  19.             </article>
  20.            
  21.             <section class="row twelve columns">
  22.                 <?php //include'ipsem.html';
  23.                ?>
  24.             </section>
  25.            
  26.         </div>
  27.        
  28.     </div>
  29.  
  30. <?php include'footer.php'; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement