2012-03-14 00:24:41 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<!--
|
|
|
|
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
|
|
|
Simple. by Sara (saratusar.com) for Innovatif - an awesome Slovenia-based digital agency (innovatif.com/en)
|
|
|
|
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-03-27 17:00:47 +02:00
|
|
|
<!--[if IE 8 ]><html lang="$ContentLocale" class="ie ie8"><![endif]-->
|
|
|
|
<head>
|
2012-03-14 00:24:41 +01:00
|
|
|
<% base_tag %>
|
|
|
|
<title><% if MetaTitle %>$MetaTitle<% else %>$Title<% end_if %> » $SiteConfig.Title</title>
|
|
|
|
<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)
|
|
|
|
<link rel="shortcut icon" href="$ThemeDir/images/favicon.ico" />
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
|
|
<![endif]-->
|
2012-04-04 07:52:54 +02:00
|
|
|
|
2012-03-14 00:24:41 +01:00
|
|
|
</head>
|
|
|
|
<body class="$ClassName<% if Menu(2) %><% else %> no-sidebar<% end_if %>">
|
|
|
|
<% include Header %>
|
|
|
|
<div class="main" role="main">
|
|
|
|
<div class="inner">
|
|
|
|
$Layout
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<% include Footer %>
|
2012-04-04 07:52:54 +02:00
|
|
|
<script src="http://code.jquery.com/jquery-1.7.2.js"></script>
|
|
|
|
<script src="$ThemeDir/javascript/script.js"></script>
|
2012-03-14 00:24:41 +01:00
|
|
|
</body>
|
|
|
|
</html>
|