mirror of
https://github.com/Pathduck/gallery3-themes-modules.git
synced 2025-02-01 02:06:27 -05:00
12 lines
387 B
PHP
Executable File
12 lines
387 B
PHP
Executable File
<?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>
|