Ignore:
Timestamp:
2013/05/02 18:11:36 (11 years ago)
Author:
h_yoshimoto
Message:

#2236 2.12.3リリース以降の2.12-devへのコミット差し戻し

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/abouts/LC_Page_Abouts.php

    r22567 r22796  
    3232 * @version $Id:LC_Page_Abouts.php 15532 2007-08-31 14:39:46Z nanasess $ 
    3333 */ 
    34 class LC_Page_Abouts extends LC_Page_Ex  
    35 { 
     34class LC_Page_Abouts extends LC_Page_Ex { 
    3635 
    3736    // }}} 
     
    4342     * @return void 
    4443     */ 
    45     function init() 
    46     { 
     44    function init() { 
    4745        parent::init(); 
    4846        $this->tpl_page_category = 'abouts'; 
     
    5755     * @return void 
    5856     */ 
    59     function process() 
    60     { 
     57    function process() { 
    6158        parent::process(); 
    6259        $this->action(); 
     
    6966     * @return void 
    7067     */ 
    71     function action() 
    72     { 
     68    function action() { 
    7369 
    7470        $this->objSiteInfo->data = SC_Helper_DB_Ex::sfGetBasisData(); 
     
    8581     * @return void 
    8682     */ 
    87     function destroy() 
    88     { 
     83    function destroy() { 
    8984        parent::destroy(); 
    9085    } 
Note: See TracChangeset for help on using the changeset viewer.