Просмотр файла nkat/html.php
<?php if (!$version) { $agent = $HTTP_USER_AGENT; $mobile=strtok($agent,"/"); if ($mobile=="Opera"||$mobile=="Mozilla") { $version=xhtml; } } ?>
<?php if (!$version) { $agent = $HTTP_USER_AGENT; $mobile=strtok($agent,"/"); if ($mobile=="Opera"||$mobile=="Mozilla") { $version=xhtml; } } ?>