<?

include_once "./action/setting.php";
include_once $global["root"] . "/include/handle.php";
include_once $global["root"] . "/include/print_array.php";

include_once $global["root"] . "/lib/Template.php";
include_once $global["root"] . "/lib/Site.php";

include_once $global["root"] . "/lib/Module_card.php";

$Site = new Site;
$Site->init();

include_once $global["root"] . "/lang/" . $_SESSION["config_lang"] . ".php";

$Card = new Card;
echo $Card->return_select_form();

$Site->end();

/*
Description
-----------

Author
------
 Spike^ekipS <spike@spikeekips.net>

Changelog
---------

Usage
-----

*/

?>
