| 
                Last change
                  on this file since 176 was
                  64,
                  checked in by toemon, 17 years ago
           | 
        
        
          | 
               
言語ファイルのドメイン名をkubilicからxpressに変更、及びpoを取り直して整理 
 
           | 
        
        | 
            File size:
            495 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:', 'xpress'); ?></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.