changed call from $smarty->_get_plugin_filepath() to

$smarty->get_plugin_filepath()
This commit is contained in:
messju
2004-07-12 15:27:00 +00:00
parent cba023a811
commit 7008adfbda

View File

@@ -8,7 +8,7 @@
/** /**
* Include the {@link shared.make_timestamp.php} plugin * Include the {@link shared.make_timestamp.php} plugin
*/ */
require_once $smarty->_get_plugin_filepath('shared','make_timestamp'); require_once $smarty->get_plugin_filepath('shared','make_timestamp');
/** /**
* Smarty date_format modifier plugin * Smarty date_format modifier plugin
* *