Ignore:
Timestamp:
2009/07/18 14:53:54 (15 years ago)
Author:
miningbrownie
Message:

http://svn.ec-cube.net/open_trac/ticket/518 この件を修正しました。SC_Helper_PageLayoutでの順番が間違えていたのと、insert_data.sqlでのそのスペースの名前の付け方に揺らぎがありました。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/helper/SC_Helper_PageLayout.php

    r18194 r18201  
    106106        $arrPageLayout['TopNavi'] = $this->lfGetNavi($arrNavi,5); //上部 
    107107        $arrPageLayout['BottomNavi'] = $this->lfGetNavi($arrNavi,6); //下部 
    108         $arrPageLayout['HeaderTopNavi'] = $this->lfGetNavi($arrNavi,7); //上部 
    109         $arrPageLayout['FooterBottomNavi'] = $this->lfGetNavi($arrNavi,8); //下 
    110         $arrPageLayout['HeadNavi'] = $this->lfGetNavi($arrNavi,9); //上 
     108        $arrPageLayout['HeadNavi'] = $this->lfGetNavi($arrNavi,7); //上部 
     109        $arrPageLayout['HeaderTopNavi'] = $this->lfGetNavi($arrNavi,8); //上 
     110        $arrPageLayout['FooterBottomNavi'] = $this->lfGetNavi($arrNavi,9); //下 
    111111         
    112112         
Note: See TracChangeset for help on using the changeset viewer.