mirror of
https://github.com/smarty-php/smarty.git
synced 2025-10-28 10:51:37 +01:00
move .make_timestamp.php to shared.make_timestamp.php
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
* Purpose: Prints the dropdowns for time selection
|
||||
* -------------------------------------------------------------
|
||||
*/
|
||||
require_once SMARTY_DIR . 'plugins/.make_timestamp.php';
|
||||
require_once SMARTY_DIR . 'plugins/shared.make_timestamp.php';
|
||||
require_once SMARTY_DIR . 'plugins/function.html_options.php';
|
||||
function smarty_function_html_select_time($params, &$smarty)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user