Browse Source

add wmt

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

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

@ -5,6 +5,7 @@
<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 (wmt()):?><?php echo wmt() ?><?php endif;?>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
@ -71,4 +72,4 @@
</div>
<?php if (analytics()):?><?php echo analytics() ?><?php endif;?>
</body>
</html>
</html>

Loading…
Cancel
Save