File Manager

Current Path : /webspace/www.babilon.be/html/lib/smarty/plugins/
Upload File :
Current File : //webspace/www.babilon.be/html/lib/smarty/plugins/variablefilter.htmlspecialchars.php

<?php
/**
 * Smarty plugin
 *
 * @package Smarty
 * @subpackage PluginsFilter
 */

/**
 * Smarty htmlspecialchars variablefilter plugin
 *
 * @param string                   $source input string
 * @param Smarty_Internal_Template $smarty Smarty object
 * @return string filtered output
 */
function smarty_variablefilter_htmlspecialchars($source, $smarty)
{
    return htmlspecialchars($source, ENT_QUOTES, Smarty::$_CHARSET);
}

?>

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com