<?php
/* This file is part of the FiForms Framework
Copyright (C) 2008 by Daniel McFeeters,
Licensed under the GNU GPL.
See LICENSE.txt for details.
*/
require_once('localconfig.php');
require_once('promptpage.php');
require_once($FIFORMS_CONFIG['INCLUDE_PATH'].'FiForms_genericIcons.inc.php');
require_once($FIFORMS_CONFIG['INCLUDE_PATH'].'FiForms_global.inc.php');
require_once($FIFORMS_CONFIG['INCLUDE_PATH'].'callmenu.inc.php');
callMenu($_GET['index'],'COMPLETE');
?>