| Last change
                  on this file since 840 was
                  828,
                  checked in by toemon, 17 years ago | 
        
          | 
取り敢えずインストールと表示が出来るようにした初期バージョン
 | 
        | File size:
            496 bytes | 
      
      
        
  | Line |  | 
|---|
| 1 | <?php | 
|---|
| 2 | /* | 
|---|
| 3 | Template Name: Links | 
|---|
| 4 | */ | 
|---|
| 5 | ?> | 
|---|
| 6 |  | 
|---|
| 7 | <?php get_header(); ?> | 
|---|
| 8 |  | 
|---|
| 9 | <div id="xpress_content" class="widecolumn"> | 
|---|
| 10 |  | 
|---|
| 11 | <div id="xpress_header"> | 
|---|
| 12 | <div id="xpress_headerimg"> | 
|---|
| 13 | <h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1> | 
|---|
| 14 | <div class="description"><?php bloginfo('description'); ?></div> | 
|---|
| 15 | </div> | 
|---|
| 16 | </div> | 
|---|
| 17 |  | 
|---|
| 18 | <h2><?php _e('Links:', 'kubrick'); ?></h2> | 
|---|
| 19 | <ul> | 
|---|
| 20 | <?php wp_list_bookmarks(); ?> | 
|---|
| 21 | </ul> | 
|---|
| 22 |  | 
|---|
| 23 | </div> | 
|---|
| 24 |  | 
|---|
| 25 | <?php get_footer(); ?> | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.