mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 19:34:27 +02: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