Code: Select all
echo '<form action="'.$this->tmpl['action'].'" method="post" name="adminForm">';Code: Select all
components/com_phocagallery/views/category/tmpl/default.phpCode: Select all
$mojetmp = '';
$mojetmp = '<form action="'.$this->tmpl['action'].'" method="post" name="adminForm">';
$mojetmp = str_replace("&", "&", $mojetmp);
echo $mojetmp;
