diff options
author | Romain LE DISEZ <romain.git@ledisez.net> | 2010-03-03 01:57:45 +0800 |
---|---|---|
committer | Andy Staudacher <andy.st@gmail.com> | 2010-03-03 02:32:49 +0800 |
commit | 06d0ed57a7c57b0b398756ae08c836f14c4d4565 (patch) | |
tree | cd262784be8a26cef16e400cd64d224ddacdc798 | |
parent | aff40d2d787bf4a5853a2b097836e33226dc097d (diff) |
Fix a typo.
-rw-r--r-- | themes/wind/views/no_sidebar.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/wind/views/no_sidebar.html.php b/themes/wind/views/no_sidebar.html.php index 83686318..a9eb0e3e 100644 --- a/themes/wind/views/no_sidebar.html.php +++ b/themes/wind/views/no_sidebar.html.php @@ -1,6 +1,6 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> <ul class="g-message-block"> - <li class="g-warning"><?= t("No active sidebar blocks." ?> + <li class="g-warning"><?= t("No active sidebar blocks.") ?> <br/><a href="<?= url::site("admin/sidebar") ?>"><?= t("Add blocks") ?></a> </li> </ul> |