XPressME Integration Kit

Trac


Ignore:
Timestamp:
Mar 18, 2009, 6:02:31 PM (15 years ago)
Author:
toemon
Message:

テンプレートのクラスにブロック全般クラス(<div class="xpress_block">)を追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/xpress_default/blocks/calender_block_theme.php

    r109 r115  
    99        $mydirpath = get_xpress_dir_path(); 
    1010 
    11         $block['content'] = get_xpress_calendar($sun_color,$sat_color); 
     11        $block['calender'] = get_xpress_calendar($sun_color,$sat_color); 
    1212        return $block ;  
    1313} 
     
    6969                        LIMIT 1"); 
    7070 
    71         echo '<table id="wp-calendar" summary="' . __('Calendar') . '"> 
     71        echo '<table summary="' . __('Calendar') . '"> 
    7272        <caption>' . sprintf(_c('%1$s %2$s|Used as a calendar caption'), $wp_locale->get_month($thismonth), date('Y', $unixmonth)) . '</caption> 
    7373        <thead> 
Note: See TracChangeset for help on using the changeset viewer.