Пример #1
0
    foreach ($data['items'] as $item) {
        ?>
                <h4><?php 
        echo $item->title();
        ?>
</h4>
                <?php 
        foreach (array('title' => 'text', 'keywords' => 'textarea', 'meta' => 'textarea') as $v => $type) {
            ?>
                    <label ><h5><?php 
            echo ucfirst($v);
            ?>
</h5></label>
                    <div>
					<?php 
            echo View::factory('control/editors/' . $type, array('item' => Seo::get($item), 'name' => 'groups[' . $group . '][' . $item->pk() . '][' . $v . ']', 'field' => $v));
            ?>
                    </div>
                <?php 
        }
        ?>
                <hr>
            <?php 
    }
    ?>
        </div>
        <?php 
    $first = false;
}
?>
    <div class="control-group">