'; if ( $main['editor_swap'] == 1 ) { // file open and active ## // compile path for editor swap ## $editor_swap = 'mode='.$main['mode'].'&file='.$main['file'].'&path='.$main['path'].'&type='.$main['type'].'&shut='.$main['shut']; if ( $_SESSION['editor'] == 'delux' ) { // offer link to use codepress ## echo ' swap to basic editor - loads faster, but less options '; } elseif ( $_SESSION['editor'] == 'basic' ) { // offer link to use edit_area ## echo ' swap to delux editor - more features, but uses more resources '; } // options ## } else { // disabled ## echo '
editor options not available
'; } echo ' '; ?>