Skip to content

Instantly share code, notes, and snippets.

@modxws
Created December 20, 2012 10:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save modxws/4344398 to your computer and use it in GitHub Desktop.
Save modxws/4344398 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="[[++cultureKey]]">
<head>
<base href="[[++site_url]]"/>
<meta charset="[[++modx_charset:lcase]]">
<title>[[++site_name]] [[*pagetitle]]</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="[[*description]]">
<meta name="keywords" content="[[*keywords]]">
<meta name="author" content="[[++profile_url]]?rel=author">
<meta itemprop="name" content="[[*pagetitle]]">
<meta itemprop="description" content="[[*description]]">
<!-- styles -->
<link rel="alternate" type="application/rss+xml" title="RSS-лента [[++site_name]]" href="[[~52]]">
<link href="assets/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
<link href="assets/css/docs.css" rel="stylesheet">
<link href="assets/src/socialcount-with-icons.min.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- fav and touch icons -->
<link rel="shortcut icon" href="favicon.ico">
<!--link rel="apple-touch-icon" href="assets/ico/apple-touch-icon.html">
<link rel="apple-touch-icon" sizes="72x72" href="assets/ico/apple-touch-icon-72x72.html">
<link rel="apple-touch-icon" sizes="114x114" href="assets/ico/apple-touch-icon-114x114.html"-->
<!--GOOGLE FONTS-->
<!--/GOOGLE FONTS-->
</head>
<body>
<!--HEADER-->
<header>
<div class="container">
<div class="row">
<span class="header_social">Последние новости на
<span class="badge"><a href="https://twitter.com/#!/viktorminator" target="_blank" rel="nofollow">Twitter</a></span>
<span class="badge"><a href="http://vk.com/modxrevolution" target="_blank" rel="nofollow">Вконтакте</a></span>
<span class="badge"><a href="http://www.yandex.ua/?add=95319" target="_blank" rel="nofollow">Яндекс</a></span>
<span class="badge"><a href="https://www.facebook.com/groups/295380770506521/" target="_blank" rel="nofollow">Facebook</a></span>
<span class="badge"><a href="[[~47]]" target="_blank">Донейт</a></span>
</span>
</div>
<div class="row">
<div class="span3 logo">
<a href="/"><img src="assets/img/logo.png" alt="logo" style="margin-bottom:7px; margin-top:7px;" /></a>
</div>
<div class="span9">
<nav id="main-nav">
[[wayfinder?
&startId=`0`
&outerTpl=`wf.Outer.tpl`
&rowTpl=`wf.InnerRow.tpl`
&hereClass =`current`]]
</nav><!-- end #main-nav -->
</div>
</div>
</div>
</header>
<!--/HEADER-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment