|
| 1 | +<!-- |
| 2 | + DarkBlogDraw2018 Template for BlogDraw. Copyright © TuxSoft Limited 2018 - [email protected]. |
| 3 | + --> |
| 4 | +<!DOCTYPE html> |
| 5 | +<html lang="en"> |
| 6 | + <head> |
| 7 | + <!-- Enable utf8 reading --> |
| 8 | + <meta charset="UTF-8" /> |
| 9 | + <!-- Enable Mobile-first Optimization --> |
| 10 | + <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 11 | + <meta name="MobileOptimized" content="400" /> |
| 12 | + <meta name="HandheldFriendly" content="True" /> |
| 13 | + <!-- Enable IE/Edge Standards mode --> |
| 14 | + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
| 15 | + <!-- Use An Apple Touch Icon and Favicon--> |
| 16 | + <link rel="apple-touch-icon" href="<?php output_home_link(); ?>/Uploads/apple-touch-icon.png" /> |
| 17 | + <link rel="shortcut icon" href="<?php output_home_link(); ?>/Uploads/favicon.ico" /> |
| 18 | + <!-- Here`s where the SEO comes in. --> |
| 19 | + <meta name="description" content="<?php output_head_description(); ?>" /> |
| 20 | + <title><?php output_head_title(); ?></title> |
| 21 | + <!-- Bootstrap --> |
| 22 | + <link rel="stylesheet" href="<?php output_head_template_location(); ?>/bootstrap-3.3.7-dist/css/bootstrap.min.css" /> |
| 23 | + <link rel="stylesheet" href="<?php output_head_template_location(); ?>/bootstrap-3.3.7-dist/css/bootstrap-theme.min.css" /> |
| 24 | + <link rel="stylesheet" href="<?php output_head_template_location(); ?>/style.css" /> |
| 25 | + </head> |
| 26 | + <body> |
| 27 | + <nav class="navbar navbar-static-top navbar-default"> |
| 28 | + <div class="container-fluid"> |
| 29 | + <ul class="nav navbar-nav navbar-center"> |
| 30 | + <li><a href="<?php output_home_link(); ?>" title="<?php echo TITLE; ?>">Home</a></li> |
| 31 | + <li><a href="<?php output_archive_link(); ?>" title="Archive | <?php echo TITLE; ?>">Archive</a></li> |
| 32 | + <li><a href="<?php output_contact_link(); ?>" title="Contact | <?php echo TITLE; ?>">Contact</a></li> |
| 33 | + </ul> |
| 34 | + </div> |
| 35 | + </nav> |
| 36 | + <div class="container-fluid"> |
| 37 | + <div class="row"> |
| 38 | + <div class="col-xs-12 jumbotron"> |
| 39 | + <a class="no-effect" href="<?php output_home_link(); ?>" title="<?php echo TITLE; ?>"><?php output_site_title(true); ?></a> |
| 40 | + </div> |
| 41 | + </div> |
| 42 | + <div class="row"> |
| 43 | + <div class="col-xs-12 col-sm-7 col-sm-push-1"> |
| 44 | + <?php output_canonical_page();?> |
| 45 | + </div> |
| 46 | + <div class="hidden-xs col-sm-3 col-sm-push-1"> |
| 47 | + <?php output_author_profile("Preamble"); ?> |
| 48 | + <aside class="panel panel-info"> |
| 49 | + <header class="panel-heading"><h3>Meet <?php output_author_profile("Caption"); ?>:</h3></header> |
| 50 | + <div class="panel-body"><?php output_author_profile("Image"); ?><?php output_author_profile("Blurb"); ?></div> |
| 51 | + </aside> |
| 52 | + </div> |
| 53 | + </div> |
| 54 | + </div> |
| 55 | + <footer class="container-fluid"> |
| 56 | + <hr /> |
| 57 | + <div class="row"> |
| 58 | + <div class="col-xs-12"> |
| 59 | + <p>Content on <?php echo URL; ?>, Copyright © <?php echo TITLE; ?> <?php echo date('Y'); ?></p> |
| 60 | + <p><?php echo TITLE; ?>: Proudly powered by <a href="https://blogdraw.com">BlogDraw</a>. Template: <?php echo TEMPLATE; ?> by <?php echo TEMPLATEBY; ?></p> |
| 61 | + </div> |
| 62 | + </div> |
| 63 | + </footer> |
| 64 | + <script src="<?php output_template_location(); ?>/bootstrap-3.3.7-dist/js/jquery-3.2.1.min.js"></script> |
| 65 | + <script src="<?php output_template_location(); ?>/bootstrap-3.3.7-dist/js/bootstrap.min.js"></script> |
| 66 | + <?php require_once ('./plugins/Cookies/index.php'); ?> |
| 67 | + </body> |
| 68 | +</html> |
| 69 | +<?php engine_analytics_collector(); ?> |
0 commit comments