Guest User

Untitled

a guest
Sep 7th, 2016
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. <?php
  2. $page = "Pravidla";
  3. ?>
  4. <!DOCTYPE html>
  5. <html lang="en">
  6. <head>
  7. <meta charset="utf-8">
  8. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  9. <meta name="viewport" content="width=device-width, initial-scale=1">
  10. <meta name="description" content="rules">
  11. <meta name="author" content="Samerton">
  12. <meta name="theme-color" content="#454545" />
  13. <?php if(isset($custom_meta)){ echo $custom_meta; } ?>
  14.  
  15. <?php
  16. $title = $vote_language['vote'];
  17.  
  18. require('core/includes/template/generate.php');
  19. ?>
  20. </head>
  21. <body>
  22. <?php
  23. $smarty->display('styles/templates/' . $template . '/navbar.tpl');
  24. ?>
  25. <div class="container">
  26.  
  27. TEEST PAGES
  28.  
  29. </div>
  30. <?php
  31. require('core/includes/template/footer.php');
  32. $smarty->display('styles/templates/' . $template . '/footer.tpl');
  33.  
  34. require('core/includes/template/scripts.php');
  35. ?>
  36. </body>
  37. </html>
Advertisement
Add Comment
Please, Sign In to add comment