Browse Source

add wmt

pull/62/head
Mohamad Fahmi 11 years ago
parent
commit
fe1bbb2a68
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      themes/default/layout.html.php

+ 2
- 1
themes/default/layout.html.php View File

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

Loading…
Cancel
Save