Advertisement
Guest User

Untitled

a guest
Nov 12th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.35 KB | None | 0 0
  1. <?php  
  2.     require_once $_SERVER['DOCUMENT_ROOT'].'/objects/fonts.php';
  3.     ?>
  4. <?
  5.     $src = $_SERVER['DOCUMENT_ROOT'].'/img/logo.png';
  6. ?>
  7.  
  8. <?php  
  9.     require_once $_SERVER['DOCUMENT_ROOT'].'/objects/header.php';
  10. ?>
  11. <section>
  12.     <div class="container1">
  13.        
  14.     </div>
  15. </section>
  16. <?php  
  17.     require_once $_SERVER['DOCUMENT_ROOT'].'/objects/footer.php';
  18. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement