Exemplo n.º 1
0
    function display($tpl = null)
    {
        FCP_Admin::make_title('COM_FLEXICONTACT_TOOLBAR_HELP');
        // we need a form for the trace controls
        ?>
	<form action="index.php" method="get" name="adminForm" id="adminForm" >
	<input type="hidden" name="option" value="com_flexicontactplus" />
	<input type="hidden" name="controller" value="menu" />
	<input type="hidden" name="task" value="" />
	<input type="hidden" name="view" value="help" />
	</form>
	<?php 
        // build the help screen
        $help['name'] = LAFC_COMPONENT_NAME;
        $help['prefix'] = 'COM_FLEXICONTACT';
        $help['current_version'] = FCP_trace::getComponentVersion();
        $help['reference'] = 'flexicontactplus';
        $help['link_version'] = "http://www.lesarbresdesign.info/version-history/flexicontactplus";
        $help['link_doc'] = "http://www.lesarbresdesign.info/extensions/flexicontactplus";
        $help['link_rating'] = "http://extensions.joomla.org/extensions/contacts-and-feedback/contact-forms/20045";
        $this->draw_help($help);
        echo '<p></p>';
        echo FCP_trace::make_trace_controls('menu');
    }