diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2010-03-03 08:47:54 -0800 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-03-03 08:47:54 -0800 |
| commit | fd82bcfc0a953ec83e867564edbb907181828cbe (patch) | |
| tree | 9fe896f92c5c6bc463ff602775ae7e12914a8cb2 /themes | |
| parent | d1b8589ea42deab5ec976f265a3d4b195dda09cd (diff) | |
| parent | 109c390f256eb0f7c99dc7d472cec0e0ab911c7b (diff) | |
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'themes')
| -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> |
