/web/htdocs/www.euroroma.net/home/public/gallery3/themes/wind/views/no_sidebar.html.php


1
2
3
4
5
6
7
8
9
10
11
<?php defined("SYSPATH") or die("No direct script access."?>
<ul class="g-message-block">
  <li class="g-warning">
  <? if (block_manager::get_active("site_sidebar")): ?>
  <?= t("Active sidebar blocks have no content."?>
  <? else: ?>
  <?= t("No active sidebar blocks."?>
  <? endif ?>
  <a href="<?= url::site("admin/sidebar"?>"><?= t("configure blocks"?></a>
  </li>
</ul>