mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-06 15:21:37 +01:00
fix example
This commit is contained in:
@@ -64,8 +64,8 @@ function print_current_date($params, &$smarty)
|
||||
$format = "%b %e, %Y";
|
||||
} else {
|
||||
$format = $params['format'];
|
||||
return strftime($format,time());
|
||||
}
|
||||
return strftime($format,time());
|
||||
}
|
||||
?>
|
||||
]]>
|
||||
|
||||
Reference in New Issue
Block a user