Ignore:
Timestamp:
2013/04/18 12:02:51 (13 years ago)
Author:
Seasoft
Message:

#2201 (SEO周りの整備)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/helper/SC_Helper_PageLayout.php

    r22610 r22786  
    6363        $objPage->tpl_mainpage = $this->getTemplatePath($device_type_id) . $arrPageData[0]['filename'] . '.tpl'; 
    6464        $objPage->arrPageLayout =& $arrPageData[0]; 
     65        if (strlen($objPage->arrPageLayout['author']) === 0) { 
     66            $arrInfo = SC_Helper_DB_Ex::sfGetBasisData(); 
     67            $objPage->arrPageLayout['author'] = $arrInfo['company_name']; 
     68        } 
    6569 
    6670        // ページタイトルを設定 
Note: See TracChangeset for help on using the changeset viewer.