0byt3m1n1
Path:
/
data
/
applications
/
aps
/
gallery
/
3.0.9-21
/
standard
/
htdocs
/
themes
/
wind
/
views
/
[
Home
]
File: no_sidebar.html.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>