Changeset 4673
- Timestamp:
- Dec 13, 2007, 1:59:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/stable-2.10.x/webapp/lib/smarty_plugins/function.ext_include.php
r1856 r4673 21 21 // 拡張ファイルチェック 22 22 if (!$tpl = $smarty->ext_search($template, $place)) { 23 $smarty->trigger_error('ext_include: tpl file not found. ' .$tpl);23 $smarty->trigger_error('ext_include: tpl file not found. ' . $template); 24 24 return; 25 25 }
Note: See TracChangeset
for help on using the changeset viewer.