t['p']->get( 'show_page_heading' ) ) {
// echo '
'. $this->escape($this->t['p']->get('page_heading')) . '
';
//}
echo PhocaDownloadRenderFront::renderHeader(array());
echo '';
echo '';
//echo Joomla\CMS\HTML\HTMLHelper::_('tabs.panel', Joomla\CMS\HTML\HTMLHelper::_( 'image', $this->t['pi'].'icon-document-16.png', '') . ' '.JText::_('COM_PHOCADOWNLOAD_UPLOAD'), 'files' );
echo $this->loadTemplate('files_bootstrap');
echo '
';
echo PhocaDownloadUtils::getInfo();
?>