Beispiel #1
0
<!--[if lt IE 7]>
<html class="no-js lt-ie9 lt-ie8 lt-ie7" <?php language_attributes(); ?>>
<![endif]-->
<!--[if IE 7]>
<html class="no-js lt-ie9 lt-ie8" <?php language_attributes(); ?>>
<![endif]-->
<!--[if IE 8]>
<html class="no-js lt-ie9" <?php language_attributes(); ?>>
<![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" <?php language_attributes(); ?>>
<!--<![endif]-->
<head>
<meta charset="<?php get_charset(); ?>">
<meta name="viewport" content="width=device-width">
<title><?php echo $config['site_title']; ?> <?php mr_title(); ?></title>

<link rel="stylesheet" href="<?php get_template_directory_uri(); ?>/less/normalize.css">
<link rel="stylesheet" href="<?php get_template_directory_uri(); ?>/less/bootstrap.css">
<link rel="stylesheet" href="<?php get_template_directory_uri(); ?>/less/main.css">
<script src="<?php get_template_directory_uri(); ?>/js/modernizr.js"></script>
<?php mr_head(); ?>

</head>

<body>
<div id="wrapper" class="container-narrow">
      <header class="top">
        <div class="head-top">
          <div class="pull-right">
            <?php if (is_logged_in()) : ?>
Beispiel #2
0
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8"/>
  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  <meta name="description" content=""/>
  <title><?php 
echo $config['site_title'];
mr_title();
?>
</title>
  <link rel="stylesheet" type="text/css" href="<?php 
get_admin_template_directory_uri();
?>
/css/bootstrap.css"/>

  <style type="text/css">
    body {
      padding-top: 60px;
      padding-bottom: 40px;
    }
    .sidebar-nav {
      padding: 9px 0;
    }
  </style>

  <!--[if lt IE 9]>
    <script src="<?php 
get_admin_template_directory_uri();
?>
/js/html5shiv.js"></script>