PHP Classes

File: Web/application/views/en/admin/dashboard.php

Recommend this page to a friend!
  Classes of Burge Lab   Burge CMF   Web/application/views/en/admin/dashboard.php   Download  
File: Web/application/views/en/admin/dashboard.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Burge CMF
Framework to publish managed content
Author: By
Last change:
Date: 7 years ago
Size: 411 bytes
 

Contents

Class file image Download
<div class="main">
    <div class="container dashboard">
        <h1>{dashboard_text}</h1>
        <?php foreach($modules as $md){ ?>
<div class="four columns separated module">
                <h4>
                    <a class="hov-col-changed" href="<?php echo $md['link'];?>">
                        <?php echo $md['name'];?>
</a>
                </h4>
                <p class="p-<?php echo $md['id']?>">
                    <?php echo $md['text']?>
</p>
            </div>
        <?php } ?>
</div>
</div>