Browse Source

Clean up

Clean up
pull/31/merge
Danang Probo Sayekti 11 years ago
parent
commit
3fb6c4bdb3
2 changed files with 5 additions and 14 deletions
  1. +2
    -2
      system/admin/views/layout.html.php
  2. +3
    -12
      themes/clean/layout.html.php

+ 2
- 2
system/admin/views/layout.html.php 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>

+ 3
- 12
themes/clean/layout.html.php View File

@ -1,19 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title><?php echo $title; ?></title>
<link href='<?php echo site_url() ?>favicon.ico' rel='icon' type='image/x-icon'/>
<meta charset="utf-8" />
<meta content='htmly' name='generator'/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" user-scalable="no" />
<meta name="description" content="<?php echo $description; ?>" />
<link rel="sitemap" href="<?php echo site_url() ?>sitemap.xml" />
<link rel="canonical" href="<?php echo $canonical; ?>" />
<link rel="alternate" type="application/rss+xml" title="<?php echo config('blog.title')?> Feed" href="<?php echo site_url()?>feed/rss" />
<?php echo $head_contents ?>
<link href="<?php echo site_url() ?>themes/clean/css/style.css" rel="stylesheet" />
<link href="http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700&subset=latin,cyrillic-ext" rel="stylesheet" />
<?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]-->
@ -39,6 +30,6 @@
<section id="content">
<?php echo content()?>
</section>
<?php if (analytics() == true):?><?php echo analytics() ?><?php endif;?>
<?php if (analytics()):?><?php echo analytics() ?><?php endif;?>
</body>
</html>

Loading…
Cancel
Save