<?php
unset( $tmp );
$tmp['id'] = ID;
$db -> get_massiv ( 'pages', $tmp, '', '1' );
$page = $db -> result;
echo $page[0]['txt'];
?>