mirror of
https://github.com/danpros/htmly.git
synced 2026-04-21 21:16:23 +05:30
parent
4081319e52
commit
2bd83e443c
2 changed files with 21 additions and 63 deletions
|
|
@ -21,7 +21,7 @@
|
|||
<?php if (facebook()) { echo facebook(); } ?>
|
||||
<?php if (login()) { toolbar(); } ?>
|
||||
<div id="page" class="hfeed site">
|
||||
<div style="top: 0px;" id="sidebar" class="sidebar">
|
||||
<div id="sidebar" class="sidebar">
|
||||
<header id="masthead" class="site-header" role="banner">
|
||||
<div class="site-branding">
|
||||
<?php if (isset($is_front)) {?>
|
||||
|
|
@ -106,7 +106,7 @@
|
|||
<!--[if lte IE 8]><script type='text/javascript' src='<?php echo theme_path();?>js/html5.js'></script><![endif]-->
|
||||
<script type="text/javascript" src="<?php echo theme_path();?>js/jquery.js"></script>
|
||||
<script type="text/javascript" src="<?php echo theme_path();?>js/jquery-migrate.js"></script>
|
||||
<script type="text/javascript" src="<?php echo theme_path();?>js/functions.js"></script>
|
||||
<script type="text/javascript" src="<?php echo theme_path();?>js/functions.js?v=1"></script>
|
||||
<script type="text/javascript" src="<?php echo theme_path();?>js/skip-link-focus-fix.js"></script>
|
||||
<?php if (analytics()): ?><?php echo analytics() ?><?php endif; ?>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue