fix $smarty.const.foo compiling, clean up double quoted strings,

allow full dollar var syntax in quotes again
This commit is contained in:
mohrt
2003-02-28 15:08:15 +00:00
parent 984a3e8397
commit d785df41b3
13 changed files with 687 additions and 163 deletions

View File

@@ -8,10 +8,10 @@
* Purpose: Prints the dropdowns for time selection
* -------------------------------------------------------------
*/
require_once $this->_get_plugin_filepath('shared','make_timestamp');
require_once $this->_get_plugin_filepath('function','html_options');
function smarty_function_html_select_time($params, &$smarty)
{
require_once $smarty->_get_plugin_filepath('shared','make_timestamp');
require_once $smarty->_get_plugin_filepath('function','html_options');
/* Default values. */
$prefix = "Time_";
$time = time();