Last change
on this file since 44 was
1,
checked in by toemon, 16 years ago
|
取り敢えずインストールと表示が出来るようにした初期バージョン
|
File size:
1.3 KB
|
Line | |
---|
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
---|
2 | <html xmlns="http://www.w3.org/1999/xhtml" <?php if (function_exists('language_attributes')) { language_attributes(); }?>>
|
---|
3 |
|
---|
4 | <head profile="http://gmpg.org/xfn/11">
|
---|
5 | <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
|
---|
6 |
|
---|
7 | <title><?php bloginfo('name');
|
---|
8 | if ( is_single() ) {
|
---|
9 | _e('» Blog Archive', 'kubrick');
|
---|
10 | }
|
---|
11 | wp_title(); ?></title>
|
---|
12 |
|
---|
13 | <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
|
---|
14 | <link rel="alternate" type="application/rss+xml" title="<?php printf(__('%s RSS Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('rss2_url'); ?>" />
|
---|
15 | <link rel="alternate" type="application/atom+xml" title="<?php printf(__('%s Atom Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('atom_url'); ?>" />
|
---|
16 | <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
|
---|
17 | <?php
|
---|
18 | // comment-replay.js load @since 2.7.0
|
---|
19 | if (function_exists('wp_enqueue_script')) { // not function Ver2.0
|
---|
20 | if ( is_singular() ){ //not function Ver2.0
|
---|
21 | wp_enqueue_script( 'comment-reply' );
|
---|
22 | }
|
---|
23 | }
|
---|
24 | ?>
|
---|
25 | <?php wp_head(); ?>
|
---|
26 | </head>
|
---|
27 | <body>
|
---|
28 | <div id="xpress_page">
|
---|
Note: See
TracBrowser
for help on using the repository browser.