11include_once
'../mainfile.php';
12include_once XOOPS_ROOT_PATH .
'/class/xoopslists.php';
14echo
'<h2>wizard/siteInit.inc.dist</h2>';
16$current_timezone = date(
'O' );
17$current_timediff = (float) ( $current_timezone[0] . ( substr( $current_timezone, 1, 2 ) + substr( $current_timezone, 3, 2 ) / 60 ) );
19$wizard->assign(
'current_timediff', $current_timediff );
21$wizard->assign(
'timediffs', XoopsLists::getTimeZoneList() );
23$wizard->render(
'install_siteInit.tpl.php' );