. # # -- END LICENSE BLOCK ------------------------------------ $time_start = microtime(true); session_start(); # load common function collection include_once ("foundation.ini.php"); # load common function collection include_once ("foundation/function/function.common.php"); # load configuration file include_once ("config.php"); # print on screen the template printTheme(); $time_end = microtime(true); echo "execution : ".round(($time_end - $time_start), 3)." secondes"; ?>