mirror of
https://github.com/smarty-php/smarty.git
synced 2025-10-28 19:01:37 +01:00
Fix plugin directory access.
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
* Purpose: Prints the dropdowns for time selection
|
||||
* -------------------------------------------------------------
|
||||
*/
|
||||
include_once dirname(__FILE__) . '/.make_timestamp.php';
|
||||
include_once dirname(__FILE__) . '/function.html_options.php';
|
||||
require_once SMARTY_DIR . 'plugins/.make_timestamp.php';
|
||||
require_once SMARTY_DIR . 'plugins/function.html_options.php';
|
||||
function smarty_function_html_select_time($params, &$smarty)
|
||||
{
|
||||
/* Default values. */
|
||||
|
||||
Reference in New Issue
Block a user