Fix for when plugins directory is not the default one.

This commit is contained in:
andrei
2002-03-28 14:52:52 +00:00
parent 0b1f019069
commit d2d51f009f
6 changed files with 10 additions and 10 deletions

View File

@@ -8,8 +8,8 @@
* Purpose: Prints the dropdowns for time selection
* -------------------------------------------------------------
*/
require_once SMARTY_DIR . 'plugins/shared.make_timestamp.php';
require_once SMARTY_DIR . 'plugins/function.html_options.php';
require_once SMARTY_DIR . $this->plugins_dir . '/shared.make_timestamp.php';
require_once SMARTY_DIR . $this->plugins_dir . '/function.html_options.php';
function smarty_function_html_select_time($params, &$smarty)
{
/* Default values. */