XPressME Integration Kit

Trac

source: trunk/wp-content/themes/xpress_default/404.php @ 64

Last change on this file since 64 was 64, checked in by toemon, 15 years ago

言語ファイルのドメイン名をkubilicからxpressに変更、及びpoを取り直して整理

File size: 667 bytes
Line 
1<?php get_header(); ?>
2
3       <div id="xpress_wrap">
4           
5        <?php if(is_sidbar_disp()) : ?>
6           
7                <div id="xpress_content" class="narrowcolumn">
8               
9        <?php else : ?>
10       
11                <div id="xpress_content" class="narrowcolumn_nonside">
12               
13        <?php endif; ?>
14
15    <div id="xpress_header">
16        <div id="xpress_headerimg">
17                <h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
18                <div class="description"><?php bloginfo('description'); ?></div>
19        </div>
20    </div>
21
22                <h2 class="center"><?php _e('Error 404 - Not Found', 'xpress'); ?></h2>
23
24        </div>
25       </div>
26
27<?php get_sidebar(); ?>
28
29<?php get_footer(); ?>
Note: See TracBrowser for help on using the repository browser.