test_interface('header'); if ( !isset($this->context) || ( ($this->context != 'edit') && ($this->context != 'list') ) ) $this->context = 'edit'; $fancy_text = ucfirst($this->context); if ( $this->context == 'edit' ) { // EDIT FORM require_once( ABSPATH . $this->folder . '/includes/category-form.php' ); } elseif ( $_GET['add'] ) { // ADD FORM require_once( ABSPATH . $this->folder . '/includes/category-form.php' ); } else { // CATEGORY LIST if ( !$this->iscompat ) echo '

' . __('Categories') . "

\n"; echo '\n"; } $this->test_interface('footer'); ?>