Files
gallery3/themes/widewind/views/no_sidebar.html.php
Bradley W. Dutton 3ed1d9904d add widewind theme. I've been making small tweaks to this to work with
the gallery github changes that were done after the 3.09 release.
2017-11-07 11:59:45 -08:00

12 lines
387 B
PHP

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