65 |
|
|
66 |
case 'wml': // WML output |
case 'wml': // WML output |
67 |
|
|
68 |
include($common['site']['incroot'] . 'otdef/otd_wml1.php.inc'); |
include($common['site']['incroot'] . 'otdef/otd_wml1/otd_wml1.php.inc'); |
69 |
common_benchmark_addstep('OTD_WML1 included'); |
common_benchmark_addstep('OTD_WML1 included'); |
70 |
|
|
71 |
break; |
break; |
76 |
|
|
77 |
default: |
default: |
78 |
|
|
79 |
include($common['site']['incroot'] . 'otdef/otd_html1.php.inc'); |
include($common['site']['incroot'] . 'otdef/otd_html1/otd_html1.php.inc'); |
80 |
common_benchmark_addstep('OTD_HTML1 included'); |
common_benchmark_addstep('OTD_HTML1 included'); |
81 |
|
|
82 |
} |
} |