Clean up
This commit is contained in:
Danang Probo Sayekti 2014-02-10 11:13:52 +07:00
commit 3fb6c4bdb3
2 changed files with 5 additions and 14 deletions

View file

@ -4,7 +4,7 @@
<?php echo $head_contents ?>
<link href="<?php echo site_url() ?>themes/default/css/style.css" rel="stylesheet" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<?php if (publisher() == true):?><link href="<?php echo publisher() ?>" rel="publisher" /><?php endif;?>
<?php if (publisher()):?><link href="<?php echo publisher() ?>" rel="publisher" /><?php endif;?>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
@ -49,6 +49,6 @@
</div>
</div>
</div>
<?php if (analytics() == true):?><?php echo analytics() ?><?php endif;?>
<?php if (analytics()):?><?php echo analytics() ?><?php endif;?>
</body>
</html>