the $name parameter not used in mehod. assuming should bellow:
file: libraries/joomla/html/html.php line: 134
[php] function iframe($url, $name, $attribs = null, $ssl = 0)
{
$src = jroute::_($url, true, $ssl);
if (is_array($attribs)) {
$attribs = jhtml::_implode_assoc('=', ' ', $attribs);
}
return ''; // : return '';
}[/php]
file: libraries/joomla/html/html.php line: 134
[php] function iframe($url, $name, $attribs = null, $ssl = 0)
{
$src = jroute::_($url, true, $ssl);
if (is_array($attribs)) {
$attribs = jhtml::_implode_assoc('=', ' ', $attribs);
}
return ''; // : return '';
}[/php]
fixed on svn.
Comments
Post a Comment