'Simple-sunset', 'parent' => 'simple', 'local_head' => 'local_head.tpl'); global $user,$conf; $user['maxwidth'] = 700; $user['maxheight'] = 500; $conf['LLGBO_SETTINGS'] [5] = 'false'; // no title on frame $conf['LLGBO_TOOLTIP'][3] = '#222'; // tooltip background $conf['LLGBO_TOOLTIP'][5] = '#666666'; // tooltip color // no menu calendar add_event_handler('blockmanager_apply', 'blockmanager_unset'); function blockmanager_unset ( $menu_ref_arr ) { global $user,$page;; $menu = & $menu_ref_arr[0]; if ( ($block = $menu->get_block('mbSpecials')) != null ) {unset( $block->data['calendar'] );} } // llgbo frame with only 7 lines for ($x = 15 ;$x < 33 ; $x++) {unset ($conf['LLGBO_FRAME'][$x]);} ?>