echo messages::show($this->info, TYPE_INFO);
?>

            <table width="100%">
                <tr>
                    <td><?php 
echo $content;
?>
</td>
                </tr>
            </table>

        </td>

    <?php 
echo Controller::_kohana_load_view(Kohana::find_file('views', 'menu/' . $this->selected_page, TRUE), array('selected_subpage' => $this->selected_subpage));
?>

    </tr>
</table>

<hr/>

<div id="end">2010. Все прова защищены.<br />
    <small>Rendered in {execution_time} seconds, using {memory_usage} of memory</small>
</div>

<br/>

</body>
</html>