2012-06-07 17:04:50 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<!--
|
|
|
|
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
2012-07-09 11:22:11 +02:00
|
|
|
Simple. by Sara (saratusar.com, @saratusar) for Innovatif - an awesome Slovenia-based digital agency (innovatif.com/en)
|
2012-06-07 17:04:50 +02:00
|
|
|
Change it, enhance it and most importantly enjoy it!
|
|
|
|
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
|
|
|
-->
|
|
|
|
|
|
|
|
<!--[if !IE]><!-->
|
|
|
|
<html lang="$ContentLocale">
|
|
|
|
<!--<![endif]-->
|
|
|
|
<!--[if IE 6 ]><html lang="$ContentLocale" class="ie ie6"><![endif]-->
|
|
|
|
<!--[if IE 7 ]><html lang="$ContentLocale" class="ie ie7"><![endif]-->
|
2012-07-09 11:22:11 +02:00
|
|
|
<!--[if IE 8 ]><html lang="$ContentLocale" class="ie ie8"><![endif]-->
|
|
|
|
<head>
|
2012-06-07 17:04:50 +02:00
|
|
|
<% base_tag %>
|
2012-10-27 05:15:51 +02:00
|
|
|
<title><% if $MetaTitle %>$MetaTitle<% else %>$Title<% end_if %> » $SiteConfig.Title</title>
|
2012-06-07 17:04:50 +02:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;">
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
|
$MetaTags(false)
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
|
|
<![endif]-->
|
2012-10-27 05:15:51 +02:00
|
|
|
<% require themedCSS('reset') %>
|
|
|
|
<% require themedCSS('typography') %>
|
|
|
|
<% require themedCSS('form') %>
|
|
|
|
<% require themedCSS('layout') %>
|
2012-06-07 17:04:50 +02:00
|
|
|
<link rel="shortcut icon" href="$ThemeDir/images/favicon.ico" />
|
|
|
|
</head>
|
2012-10-27 05:15:51 +02:00
|
|
|
<body class="$ClassName<% if not $Menu(2) %> no-sidebar<% end_if %>">
|
2012-06-07 17:04:50 +02:00
|
|
|
<% include Header %>
|
|
|
|
<div class="main" role="main">
|
2012-11-20 03:27:34 +01:00
|
|
|
<div class="inner typography line">
|
2012-06-07 17:04:50 +02:00
|
|
|
$Layout
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<% include Footer %>
|
2012-10-05 07:37:18 +02:00
|
|
|
|
2012-10-27 05:15:51 +02:00
|
|
|
<% require javascript('framework/thirdparty/jquery/jquery.js') %>
|
2012-10-05 07:37:18 +02:00
|
|
|
<%-- Please move: Theme javascript (below) should be moved to mysite/code/page.php --%>
|
|
|
|
<script type="text/javascript" src="{$ThemeDir}/javascript/script.js"></script>
|
|
|
|
|
2012-06-07 17:04:50 +02:00
|
|
|
</body>
|
2012-10-27 05:15:51 +02:00
|
|
|
</html>
|