%PDF- %PDF-
Direktori : /var/www/html/bbw/farmaci/kritik-portale/module/Backend/view/backend/ |
Current File : /var/www/html/bbw/farmaci/kritik-portale/module/Backend/view/backend/title.phtml |
<div class="col-xs-12 col-sm-8"> <h1 class="page-title txt-color-blueDark"> <?php if($this->icon): ?> <i class="fa fa-<?= $this->icon ?> fa-fw "></i> <?php endif; ?> <?php if (!is_array($this->title)): ?> <?= $this->__($this->title) ?> <?php else: ?> <?php $i = 0; ?> <?php foreach($this->title as $subtitle): ?> <?php if ($i > 0): ?> <span>> <?= $this->__($subtitle) ?></span> <?php else: ?> <?= $this->__($subtitle) ?> <?php endif; ?> <?php $i++; ?> <?php endforeach; ?> <?php endif; ?> </h1> </div>