setQuery( "SELECT lang FROM #__jce_langs WHERE published= '1'" ); $lang = $database->loadResult(); require_once( $mosConfig_absolute_path."/administrator/components/com_jce/language/".$lang.".php" ); mosCommonHTML::loadOverlib(); $access = JCE_plugins::AccessList(); ?>
$row is passed with the id * property set to 0. * @param mosCategory The category object * @param arrayThe modules of the left side. The array elements are in the form * $leftorder[order] = label * where order is the module order from the db table and label is a * text label associciated with the order.
* @param array See notes for leftorder * @param array An array of select lists * @param object Parameters */ function editPlugins( &$row, &$lists, &$params, $option ) { global $mainframe, $database; $database->setQuery( "SELECT lang FROM #__jce_langs WHERE published= '1'" ); $lang = $database->loadResult(); require_once( $mainframe->getCfg('absolute_path')."/administrator/components/com_jce/language/" . $lang . ".php" ); $row->nameA = ''; if ( $row->id ) { $row->nameA = '[ '. $row->name .' ]'; } $row_row = ( $row->row ) ? $row->row : '4'; $row_ordering = ( $row->ordering ) ? $row->ordering : '1'; ?>| JCE Plugin: id ? _JCE_PLUGIN_EDIT : _JCE_PLUGIN_NEW;?> nameA; ?> |
|---|