Ignore:
Timestamp:
2013/01/31 18:39:05 (11 years ago)
Author:
m_uehara
Message:

#2084 r22432 - r22433 の逆マージを行いました。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/class/helper/SC_Helper_PageLayout.php

    r22433 r22489  
    8484                    $objPage->arrPageLayout[$arrTarget[$target_id]][] = $arrBloc; 
    8585                } else { 
    86                     $error = t('SC_Helper_PageLayout_001') ."\n" 
     86                    $error = t('c_The block cannot be found_01') ."\n" 
    8787                        . 'tpl_path: ' . $arrBloc['tpl_path'] . "\n" 
    8888                        . 'php_path: ' . $arrBloc['php_path']; 
Note: See TracChangeset for help on using the changeset viewer.