DIR : /home/kozerus/public_html/piwigo/include/smarty/libs/plugins/variablefilter.htmlspecialchars.php

/home/kozerus/public_html/piwigo/include/smarty/libs/plugins

<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsFilter
 */
/**
 * Smarty htmlspecialchars variablefilter plugin
 *
 * @param string                    $source input string
 * @param \Smarty_Internal_Template $template
 *
 * @return string filtered output
 */
function smarty_variablefilter_htmlspecialchars($source, Smarty_Internal_Template $template)
{
    return htmlspecialchars((string) $source, ENT_QUOTES, Smarty::$_CHARSET);
}
//


koh5_pano



Your browser does not support the HTML5 canvas element.


Drag mouse to navigate.

Navigation





17.Aug.2010, Martin Wengenmayer