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.popup_init.php
index f89c21fc23e93810275405d21f05528a17753d7a..93cb45450c7fd5638117cb2c6a07d7c1f02a7d2c 100644 (file)
@@ -14,6 +14,7 @@
  * Purpose:  initialize overlib
  * @link http://smarty.php.net/manual/en/language.function.popup.init.php {popup_init}
  *          (Smarty online manual)
+ * @author   Monte Ohrt <monte at ohrt dot com>
  * @param array
  * @param Smarty
  * @return string
 function smarty_function_popup_init($params, &$smarty)
 {
     $zindex = 1000;
-
+    
     if (!empty($params['zindex'])) {
         $zindex = $params['zindex'];
     }
-
+    
     if (!empty($params['src'])) {
         return '<div id="overDiv" style="position:absolute; visibility:hidden; z-index:'.$zindex.';"></div>' . "\n"
          . '<script type="text/javascript" language="JavaScript" src="'.$params['src'].'"></script>' . "\n";
This page took 0.097017 seconds and 4 git commands to generate.