id) { Error::add('general',_('Invalid Object Selected')); Error::display('general'); break; } // Now go ahead and display the page where we let them add a comment etc require_once Config::get('prefix') . '/templates/show_add_shout.inc.php'; break; default: header("Location:" . Config::get('web_path')); break; } // end switch on action show_footer(); ?>