PHP Classes

File: modules/cms/widgets/componentlist/partials/_body.php

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/cms/widgets/componentlist/partials/_body.php   Download  
File: modules/cms/widgets/componentlist/partials/_body.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 8 months ago
Size: 232 bytes
 

Contents

Class file image Download
<?= $this->makePartial('toolbar') ?>
<div class="layout-row">
    <div class="layout-cell">
        <div class="layout-relative">
            <?= $this->makePartial('components', ['data'=>$data]) ?>
</div>
    </div>
</div>