デフォルト[デフォルト値]
default[默认值]
test.php:
$smarty = 新しい Smarty ;
$smarty->assign('articleTitle', 'ディーラーは正午に車の会話を聞くことになります。');
$smarty->display('test.html');
test.html:
{$articleTitle|default:"タイトルなし"}
{$myTitle|default:"タイトルなし"}
出力:
ディーラーは正午に車の話を聞きます。
タイトルなし