| Last change
                  on this file since 832 was
                  828,
                  checked in by toemon, 17 years ago | 
        
          | 
取り敢えずインストールと表示が出来るようにした初期バージョン
 | 
        | File size:
            668 bytes | 
      
      
        
  | Rev | Line |  | 
|---|
| [828] | 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', 'kubrick'); ?></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.