- Timestamp:
- 2012/10/01 09:27:23 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-multilang/data/class/helper/SC_Helper_PageLayout.php
r21977 r22046 84 84 $objPage->arrPageLayout[$arrTarget[$target_id]][] = $arrBloc; 85 85 } else { 86 $error = "ブロックが見つかりません\n"86 $error = SC_I18n_Ex::t('SC_HELPER_PAGELAYOUT_BLOCK_NOTFOUND') ."\n" 87 87 . 'tpl_path: ' . $arrBloc['tpl_path'] . "\n" 88 88 . 'php_path: ' . $arrBloc['php_path'];
Note: See TracChangeset
for help on using the changeset viewer.
