X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2Fsmarty%2Flibs%2Fplugins%2Ffunction.popup.php;h=3a76b785a4e73f4f415d51bab0551b1a6b4faf0f;hb=38927c4d48865f73d1b965f1a07c76efe4339a9a;hp=2ba54de5ab70a0fe1ac8c84f728234257b62e21d;hpb=e034221efbc7970ec58be22d7517fd3c503dc903;p=mirrors%2FKyberia-bloodline.git diff --git a/wwwroot/smarty/libs/plugins/function.popup.php b/wwwroot/smarty/libs/plugins/function.popup.php index 2ba54de..3a76b78 100644 --- a/wwwroot/smarty/libs/plugins/function.popup.php +++ b/wwwroot/smarty/libs/plugins/function.popup.php @@ -14,6 +14,7 @@ * Purpose: make text pop up in windows via overlib * @link http://smarty.php.net/manual/en/language.function.popup.php {popup} * (Smarty online manual) + * @author Monte Ohrt * @param array * @param Smarty * @return string @@ -88,6 +89,7 @@ function smarty_function_popup($params, &$smarty) case 'vauto': case 'mouseoff': case 'followmouse': + case 'closeclick': if ($_value) $append .= ',' . strtoupper($_key); break;