Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $page = "Pravidla";
- ?>
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="description" content="rules">
- <meta name="author" content="Samerton">
- <meta name="theme-color" content="#454545" />
- <?php if(isset($custom_meta)){ echo $custom_meta; } ?>
- <?php
- $title = $vote_language['vote'];
- require('core/includes/template/generate.php');
- ?>
- </head>
- <body>
- <?php
- $smarty->display('styles/templates/' . $template . '/navbar.tpl');
- ?>
- <div class="container">
- TEEST PAGES
- </div>
- <?php
- require('core/includes/template/footer.php');
- $smarty->display('styles/templates/' . $template . '/footer.tpl');
- require('core/includes/template/scripts.php');
- ?>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment