PATH:
home
/
letacommog
/
letaweb
/
admin
/
modules
/
alert
<div class=""> <?php foreach ($this->alerts as $alert) { ?> <div class="alert<?php if (getIndex('has_icon', $alert, false, 'boolean')) { echo ' alert-with-icon'; } ?>" role="alert" > <div class="icon"> <i class="<?php echo getIndex('icon', $alert, ''); ?>"></i> </div> <p><?php echo $alert['label']; ?></p> </div> <?php } ?> </div>
[+]
..
[-] backend.js
[edit]
[-] frontend_class.php
[edit]
[-] backend.php
[edit]
[-] frontend_view.php
[edit]