summaryrefslogtreecommitdiff
path: root/themes/wind/views/no_sidebar.html.php
blob: 378bd9715d064764bc2fd4734d8d272c893f4218 (plain)
1
2
3
4
5
6
<?php defined("SYSPATH") or die("No direct script access.") ?>
<ul class="g-message-block">
  <li class="g-warning"><?= t("No active sidebar blocks.<br/>
      <a href=\"%url\">Add blocks</a>",
          array("url" => html::mark_clean(url::site("admin/sidebar")))) ?></li>
</ul>