Esempio n. 1
0
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <base href="<?php 
echo CMS::baseUri();
?>
" />
        <link rel="stylesheet" type="text/css" href="styles/screen.css" media="screen" />
    </head>
    <body>
        <h1><?php 
$PAGE->field('header', 'label');
?>
</h1>
        <hr />
            <ul>
                <?php 
foreach (CMS_Page::get()->children as $child) {
    ?>
                <li><a href="<?php 
    echo $child->uri;
    ?>
"><?php 
    echo $child->title;
    ?>
</a></li>
                <?php 
}
?>
            </ul>
        <hr />

        <?php