mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 11:05:50 +02:00
39 lines
1.5 KiB
Scheme
39 lines
1.5 KiB
Scheme
|
<!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]-->
|
||
|
<!--[if IE 8 ]><html lang="$ContentLocale" class="ie ie8"><![endif]--><head>
|
||
|
<% 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" />
|
||
|
<% require themedCSS(reset) %>
|
||
|
<% require themedCSS(typography) %>
|
||
|
<% require themedCSS(layout) %>
|
||
|
<% require themedCSS(tabstrip) %>
|
||
|
<!--[if lt IE 9]>
|
||
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||
|
<![endif]-->
|
||
|
</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 %>
|
||
|
</body>
|
||
|
</html>
|