Browse Source

add wmt

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

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

@ -5,6 +5,7 @@
<link href="<?php echo site_url() ?>themes/clean/css/style.css" rel="stylesheet" />
<link href="//fonts.googleapis.com/css?family=Open+Sans+Condensed:700&subset=latin,cyrillic-ext" rel="stylesheet" />
<?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]-->
@ -36,4 +37,4 @@
</section>
<?php if (analytics()):?><?php echo analytics() ?><?php endif;?>
</body>
</html>
</html>

Loading…
Cancel
Save