setTitle(JText::_('JOOMFISH_TITLE') . ' :: ' .JText::_('HELP AND HOWTO'));
// Set toolbar items for the page
JToolBarHelper::title( JText::_( 'HELP AND HOWTO' ), 'help' );
JToolBarHelper::custom( 'cpanel.show', 'joomfish', 'joomfish', 'CONTROL PANEL' , false );
JSubMenuHelper::addEntry(JText::_('Control Panel'), 'index2.php?option=com_joomfish');
JSubMenuHelper::addEntry(JText::_('Translation'), 'index2.php?option=com_joomfish&task=translate.overview');
JSubMenuHelper::addEntry(JText::_('Orphans'), 'index2.php?option=com_joomfish&task=translate.orphans');
JSubMenuHelper::addEntry(JText::_('Manage Translations'), 'index2.php?option=com_joomfish&task=manage.overview', false);
JSubMenuHelper::addEntry(JText::_('Statistics'), 'index2.php?option=com_joomfish&task=statistics.overview', false);
JSubMenuHelper::addEntry(JText::_('Language Configuration'), 'index2.php?option=com_joomfish&task=languages.show', false);
JSubMenuHelper::addEntry(JText::_('Content elements'), 'index2.php?option=com_joomfish&task=elements.show', false);
JSubMenuHelper::addEntry(JText::_('HELP AND HOWTO'), 'index2.php?option=com_joomfish&task=help.show', true);
$layout = $this->getLayout();
if (method_exists($this,$layout)){
$this->$layout($tpl);
}
parent::display($tpl);
}
/**
* Method to show the information related to the project
* @access public
* @return void
*/
function information($tpl=null) {
$document = JRequest::getVar('fileCode','');
$this->assignRef('fileCode', $document);
}
/**
* Show the side menu
*
*/
function _sideMenu() {
?>
:
:
:
:
:
Present development team:
Logo design by:
Special thank's for testing, good suggestions & translations to:
Bernhard, Michael, Luc, Olivier, Robin, Rune, Victor, Akarawuth
Contact:
Joom!Fish Forum
Version:
getVersion();?>
Copyright:
getCopyright() ?> Think Network, Munich
Revision: getRevision() ?>
Open Source License.