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