Updated to Smarty 2.6.26 (June 18th, 2009), we should update to Smarty 3.x (current...
[mirrors/Kyberia-bloodline.git] / wwwroot / smarty / libs / plugins / function.assign_debug_info.php
index 0d66b061aec2b3869f6ce867dc2f93406d9dbf21..654049876a92f6797ce0773202c6e521426ca17d 100644 (file)
@@ -11,6 +11,7 @@
  * Type:     function<br>
  * Name:     assign_debug_info<br>
  * Purpose:  assign debug info to the template<br>
+ * @author Monte Ohrt <monte at ohrt dot com>
  * @param array unused in this plugin, this plugin uses {@link Smarty::$_config},
  *              {@link Smarty::$_tpl_vars} and {@link Smarty::$_smarty_debug_info}
  * @param Smarty
@@ -25,12 +26,12 @@ function smarty_function_assign_debug_info($params, &$smarty)
         $smarty->assign("_debug_config_keys", array_keys($config_vars));
         $smarty->assign("_debug_config_vals", array_values($config_vars));
     }
-
+    
     $included_templates = $smarty->_smarty_debug_info;
-
+    
     $smarty->assign("_debug_keys", array_keys($assigned_vars));
     $smarty->assign("_debug_vals", array_values($assigned_vars));
-
+    
     $smarty->assign("_debug_tpls", $included_templates);
 }
 
This page took 0.129684 seconds and 4 git commands to generate.