diff --git a/demo/templates/header.tpl b/demo/templates/header.tpl index eadb3817..250eae53 100644 --- a/demo/templates/header.tpl +++ b/demo/templates/header.tpl @@ -1,6 +1,6 @@ -{popup_init src="/javascripts/hiermenus.js"} +{popup_init src="/javascripts/overlib.js"} {$title} - {$Name} diff --git a/libs/plugins/function.debug.php b/libs/plugins/function.debug.php index 4ddd372a..6573d964 100644 --- a/libs/plugins/function.debug.php +++ b/libs/plugins/function.debug.php @@ -4,29 +4,11 @@ * Smarty plugin * ------------------------------------------------------------- * Type: function - * Name: cycle - * Version: 1.3 - * Date: May 3, 2002 + * Name: debug + * Version: 1.0 + * Date: July 1, 2002 * Author: Monte Ohrt - * Credits: Mark Priatel - * Gerard - * Jason Sweat - * Purpose: cycle through given values - * Input: name = name of cycle (optional) - * values = comma separated list of values to cycle, - * or an array of values to cycle - * (this can be left out for subsequent calls) - * - * reset = boolean - resets given var to true - * print = boolean - print var or not. default is true - * advance = boolean - whether or not to advance the cycle - * delimiter = the value delimiter, default is "," - * assign = boolean, assigns to template var instead of - * printed. - * - * Examples: {cycle values="#eeeeee,#d0d0d0d"} - * {cycle name=row values="one,two,three" reset=true} - * {cycle name=row} + * Purpose: popup debug window * ------------------------------------------------------------- */ function smarty_function_debug($params, &$smarty) diff --git a/plugins/function.debug.php b/plugins/function.debug.php index 4ddd372a..6573d964 100644 --- a/plugins/function.debug.php +++ b/plugins/function.debug.php @@ -4,29 +4,11 @@ * Smarty plugin * ------------------------------------------------------------- * Type: function - * Name: cycle - * Version: 1.3 - * Date: May 3, 2002 + * Name: debug + * Version: 1.0 + * Date: July 1, 2002 * Author: Monte Ohrt - * Credits: Mark Priatel - * Gerard - * Jason Sweat - * Purpose: cycle through given values - * Input: name = name of cycle (optional) - * values = comma separated list of values to cycle, - * or an array of values to cycle - * (this can be left out for subsequent calls) - * - * reset = boolean - resets given var to true - * print = boolean - print var or not. default is true - * advance = boolean - whether or not to advance the cycle - * delimiter = the value delimiter, default is "," - * assign = boolean, assigns to template var instead of - * printed. - * - * Examples: {cycle values="#eeeeee,#d0d0d0d"} - * {cycle name=row values="one,two,three" reset=true} - * {cycle name=row} + * Purpose: popup debug window * ------------------------------------------------------------- */ function smarty_function_debug($params, &$smarty) diff --git a/templates/header.tpl b/templates/header.tpl index eadb3817..250eae53 100644 --- a/templates/header.tpl +++ b/templates/header.tpl @@ -1,6 +1,6 @@ -{popup_init src="/javascripts/hiermenus.js"} +{popup_init src="/javascripts/overlib.js"} {$title} - {$Name}