first import
This commit is contained in:
38
sites/default/themes/popsu/templates/html/html.tpl.php
Normal file
38
sites/default/themes/popsu/templates/html/html.tpl.php
Normal file
@@ -0,0 +1,38 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html dir='<?php print $language->dir; ?>' lang='<?php print $language->language; ?>'>
|
||||
<head>
|
||||
<meta charset='utf-8' />
|
||||
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible' />
|
||||
<meta content='width=device-width, initial-scale=1, maximum-scale=1' name='viewport' />
|
||||
<?php print $head; ?>
|
||||
<title><?php print $head_title; ?></title>
|
||||
<meta content='' name='description' />
|
||||
<meta content='' name='author' />
|
||||
<?php print $styles; ?>
|
||||
<script src='/sites/default/themes/popsu/js/libs/respond.min.js' type='text/javascript'></script>
|
||||
<?php print $scripts; ?>
|
||||
</head>
|
||||
<body class='<?php print $classes; ?>' style='background-color: #fff; '>
|
||||
<div class='container-fluid' id='global-wrapper' style='padding: 0;'>
|
||||
<div class='container-fluid' id='global-wrapper-secondary' style='padding: 0;'>
|
||||
<div id='skip-link'>
|
||||
<a class='element-invisible element-focusable' href='#main-content'>
|
||||
<?php print t('Skip to main content'); ?>
|
||||
</a>
|
||||
</div>
|
||||
<?php print $page_top; ?>
|
||||
<?php print $page; ?>
|
||||
<?php print $page_bottom; ?>
|
||||
</div>
|
||||
</div>
|
||||
<script src='/sites/default/themes/popsu/js/libs/flexslider/jquery.flexslider-min.js' type='text/javascript'></script>
|
||||
<script src='/sites/default/themes/popsu/js/script.js' type='text/javascript'></script>
|
||||
<!-- %style -->
|
||||
<!-- test -->
|
||||
<!-- = ".popsu-74-26-stacked { .panels-flexible-column-popsu-74-36-stacked-4, .panels-flexible-column-popsu_74_36_stacked-4 {" -->
|
||||
<!-- = "width: 74%; }" -->
|
||||
<!-- = ".panels-flexible-column-popsu-74-36-stacked-5, .panels-flexible-column-popsu_74_36_stacked-5 { " -->
|
||||
<!-- = "width: 26%; }" -->
|
||||
<!-- = "}" -->
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user