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