Logo white

Alexey Boroda / uamap_old

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • uamap_old
  • backend
  • themes
  • defaults
  • layouts
  • start.php
  • first commit
    d1f8bd40
    Alexey Boroda authored
    2018-11-15 15:19:23 +0200  
    Browse Code ยป
start.php 143 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6
<?php $this->beginContent('@app/layouts/main.php'); ?>
<div class="animated fadeIn">
    <?= $content ?>
</div>

<?php $this->endContent(); ?>