osp-website
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

no_sidebar.html.php
text/x-php

Download raw (387 bytes)

<?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>