forked from cynial/STBlog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
17 lines (16 loc) · 1.03 KB
/
Copy pathheader.php
File metadata and controls
17 lines (16 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/** 触发一个初始化插件admin/header */
//$this->plugin->trigger('admin/header');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title><?php echo $page_title.' - '. setting_item('blog_title');?></title>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<link rel="stylesheet" type="text/css" href="<?php echo base_url();?>application/views/admin/styles/reset.source.css" />
<link rel="stylesheet" type="text/css" href="<?php echo base_url();?>application/views/admin/styles/grid.source.css" />
<link rel="stylesheet" type="text/css" href="<?php echo base_url();?>application/views/admin/styles/typecho.source.css" />
</head>
<body<?php if (isset($body_class)) {echo ' class="' . $body_class . '"';} ?>>