Source for file toolbar.mambots.html.php
Documentation is available at toolbar.mambots.html.php
* @copyright Refer to copyright.php
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @author Mambo Foundation Inc see README.php
* Draws the menu for Editing an existing module
// for existing content items the button is renamed `close`
if ($GLOBALS['task'] ==
'new') {
$cid = (int)
$GLOBALS['cid'][0];
$cid = (int)
$_GET['id'];
$database->setQuery('select element from #__mambots where id = '.
$cid);
$result =
$database->loadResult();
Documentation generated on Mon, 05 May 2008 16:23:35 +0400 by phpDocumentor 1.4.0