Changeset 19707


Ignore:
Timestamp:
2010/12/03 20:25:20 (13 years ago)
Author:
Seasoft
Message:

#866(新着情報管理でテンプレート変数不整合) 改修

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/admin/contents/LC_Page_Admin_Contents.php

    r19670 r19707  
    4848        $this->tpl_subno = "index"; 
    4949        $this->tpl_mainno = 'contents'; 
    50         $this->selected_year = date("Y"); 
    51         $this->selected_month = date("n"); 
    52         $this->selected_day = date("j"); 
     50        $this->arrForm = array( 
     51            'year' => date('Y'), 
     52            'month' => date('n'), 
     53            'day' => date('j'), 
     54        ); 
    5355        $this->tpl_subtitle = '新着情報管理'; 
    5456    } 
Note: See TracChangeset for help on using the changeset viewer.