Browse Source

Merge 5290e0eb7a into 282ac676e6

pull/45/merge
Martin Steiner 11 years ago
parent
commit
d5520a4984
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      themes/logs/layout.html.php

+ 2
- 2
themes/logs/layout.html.php View File

@ -4,7 +4,7 @@
<?php echo $head_contents ?>
<link href="<?php echo site_url() ?>themes/logs/css/style.css" rel="stylesheet" />
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic' rel='stylesheet' type='text/css'>
<?php if (publisher()):?><link href="<?php echo publisher() ?>" rel="publisher" /><?php endif;?>
<?php if (publisher()):?><link href="<?php echo publisher() ?>?rel=author" /><?php endif;?>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
@ -71,4 +71,4 @@
</div>
<?php if (analytics()):?><?php echo analytics() ?><?php endif;?>
</body>
</html>
</html>

Loading…
Cancel
Save