header.php 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  6. <meta name="description" content="<?php if(defined('desc')){echo desc;}else{echo settings('description');} ?>">
  7. <meta name="keywords" content="<?php if(defined('keywords')){echo keywords;}else{echo settings('keywords');} ?>" />
  8. <meta name="author" content="Erkan Işık">
  9. <title><?php if(defined('title')){echo title;}else{echo settings('site_name');} ?></title>
  10. <!-- Bootstrap core CSS -->
  11. <link href="<?php echo THEME_DIR; ?>assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
  12. <!-- Custom styles for this template -->
  13. <link href="<?php echo THEME_DIR; ?>assets/css/blog-home.css" rel="stylesheet">
  14. </head>
  15. <body>
  16. <?php import::view(THEME.'nav_top'); ?>
  17. <!-- Page Content -->
  18. <div class="container">
  19. <div class="row">
  20. <!-- Blog Entries Column -->
  21. <div class="col-md-8"> <?php echo ml::select('homq'); ?>