diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/wind/views/no_sidebar.html.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/wind/views/no_sidebar.html.php b/themes/wind/views/no_sidebar.html.php new file mode 100644 index 00000000..7324cf9e --- /dev/null +++ b/themes/wind/views/no_sidebar.html.php @@ -0,0 +1,5 @@ +<?php defined("SYSPATH") or die("No direct script access.") ?> +<div class="gWarning"> + <?= t("No active sidebar panels. <a href=\"%url\">Add panels</a>", + array("url" => html::mark_clean(url::site("admin/sidebar")))) ?> +</div> |