diff options
author | Kevin Chabowski <kevin@kch42.de> | 2012-03-01 22:02:42 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2012-03-01 22:02:42 +0100 |
commit | acf697cd1bbc2749460332bd45ab098a4e367382 (patch) | |
tree | 90dfdf4ea722f964732e1ca612aa2a742250a175 /ratatoeskr/templates/src/systemtemplates/master.html | |
parent | a940213bc467fce611854002e15b05fef5a0d3c8 (diff) | |
download | ratatoeskr-cms-acf697cd1bbc2749460332bd45ab098a4e367382.tar.gz ratatoeskr-cms-acf697cd1bbc2749460332bd45ab098a4e367382.tar.bz2 ratatoeskr-cms-acf697cd1bbc2749460332bd45ab098a4e367382.zip |
Debug now toggleable in backend; used new STE features.
* If __DEBUG__ is true, STE will be in a more verbose mode.
* Ratatöskr's frontend STETags now uses the \ste\RuntimeError exception
This will also be Beta 3
Diffstat (limited to 'ratatoeskr/templates/src/systemtemplates/master.html')
-rwxr-xr-x | ratatoeskr/templates/src/systemtemplates/master.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ratatoeskr/templates/src/systemtemplates/master.html b/ratatoeskr/templates/src/systemtemplates/master.html index 793803e..23905e8 100755 --- a/ratatoeskr/templates/src/systemtemplates/master.html +++ b/ratatoeskr/templates/src/systemtemplates/master.html @@ -31,7 +31,7 @@ </head> <body> <div id="bar_top"> - <span class="branding"><strong>Ratatöskr</strong>::Noctilucent clouds (v. 0.1 β 2)</span> + <span class="branding"><strong>Ratatöskr</strong>::Noctilucent clouds (v. 0.1 β 3)</span> <span class="user"> <a href="$rel_path_to_root/backend/admin/users/u/$user[id]">$user[name]</a> | <a href="$rel_path_to_root/backend/logout"><ste:get_translation for="logout" /></a> </span> |