Пример #1
0
<!--[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()) : ?>
            Logged in as <a href="#"><?php get_user_data('username'); ?></a> | <a href="<?php get_logout_uri(); ?>"><?php _e('LOGOUT'); ?></a>
            <?php else : ?>
            <a href="<?php get_login_uri(); ?>"><?php _e('LOGIN'); ?></a> | <a href="<?php get_register_uri(); ?>"><?php _e('REGISTER'); ?></a>
            <?php endif; ?>
          </div>
          <a href="<?php get_home_uri(); ?>" class="logo">MangaReader</a>
Пример #2
0
      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>
  <![endif]-->
<?php 
mr_head();
?>

</head>
<body>
  <div class="navbar navbar-inverse navbar-fixed-top">
    <div class="navbar-inner">
      <div class="container-fluid">
        <a class="brand" href="#">Manga Reader</a>
      </div>
    </div>
  </div>

  <div class="container-fluid">
    <div class="row-fluid">