The 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 editModule( &$row, &$orders2, &$lists, &$params, $option ) { global $mosConfig_live_site, $mosConfig_cachepath, $my; $row->title = htmlspecialchars( $row->title ); $row->titleA = ''; if ( $row->id ) { $row->titleA = '[ '. $row->title .' ]'; } mosCommonHTML::loadOverlib(); ?>| Module: id ? 'Edit' : 'New';?> titleA; ?> |
|---|