--- nfo/site/htdocs/index.php 2004/09/04 03:21:55 1.11 +++ nfo/site/htdocs/index.php 2004/09/04 14:06:52 1.12 @@ -4,7 +4,7 @@ --- Main index and content access page. -------------------------------------------------------------------------------- --- rabit, 01:28 24.08.2004 ---- $Id: index.php,v 1.11 2004/09/04 03:21:55 rabit Exp $ +--- $Id: index.php,v 1.12 2004/09/04 14:06:52 rabit Exp $ ------------------------------------------------------------------------------*/ include('inc/common/common.php.inc'); @@ -65,7 +65,7 @@ case 'wml': // WML output - include($common['site']['incroot'] . 'otdef/otd_wml1.php.inc'); + include($common['site']['incroot'] . 'otdef/otd_wml1/otd_wml1.php.inc'); common_benchmark_addstep('OTD_WML1 included'); break; @@ -76,7 +76,7 @@ default: - include($common['site']['incroot'] . 'otdef/otd_html1.php.inc'); + include($common['site']['incroot'] . 'otdef/otd_html1/otd_html1.php.inc'); common_benchmark_addstep('OTD_HTML1 included'); }