2009-09-30 07:31:11 -07:00
|
|
|
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
2009-10-07 00:21:23 -06:00
|
|
|
<ul class="g-message-block">
|
2010-12-31 22:49:57 -08:00
|
|
|
<li class="g-warning">
|
2018-01-28 12:43:27 +01:00
|
|
|
<?php if (block_manager::get_active("site_sidebar")): ?>
|
2010-12-31 22:49:57 -08:00
|
|
|
<?= t("Active sidebar blocks have no content.") ?>
|
2018-01-28 12:43:27 +01:00
|
|
|
<?php else: ?>
|
2010-12-31 22:49:57 -08:00
|
|
|
<?= t("No active sidebar blocks.") ?>
|
2018-01-28 12:43:27 +01:00
|
|
|
<?php endif ?>
|
2010-12-31 22:49:57 -08:00
|
|
|
<a href="<?= url::site("admin/sidebar") ?>"><?= t("configure blocks") ?></a>
|
2010-01-31 14:03:32 -08:00
|
|
|
</li>
|
2009-10-07 00:21:23 -06:00
|
|
|
</ul>
|