コード例 #1
0
            <!--
                        <div class="input_error shadow"></div>
                        <div class="info shadow"></div>
            -->
            <h3><?php 
echo html::specialchars($title);
?>
</h3>

        <?php 
echo messages::show($this->error, TYPE_ERROR);
?>

        <?php 
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));