コード例 #1
0
ファイル: header.php プロジェクト: billerby/Surdeg
<head profile="http://gmpg.org/xfn/11">
	<title><?php 
echo GZ::page_title();
?>
</title>

	<meta http-equiv="Content-Type" content="<?php 
bloginfo('html_type');
?>
; charset=<?php 
bloginfo('charset');
?>
" />
	<meta name="theme" content="Guangzhou <?php 
echo GZ::version();
?>
" />
	
	<?php 
wp_head();
?>
	
	<link rel="stylesheet" href="<?php 
bloginfo('template_url');
?>
/print.css" type="text/css" media="print" charset="utf-8"/>
</head>

<body <?php 
if (function_exists('body_cass')) {