shithub: werc

Download patch

ref: e29762e8ad8ce743af95069452b08182c64a0f0e
parent: a176f9fe098a0ab5ee990c332652bff7964f801d
author: uriel <uriel@engel.se.cat-v.org>
date: Sat Jan 17 04:40:00 EST 2009

Cosmetic changes to default_master.tpl

--- a/lib/default_master.tpl
+++ b/lib/default_master.tpl
@@ -13,17 +13,15 @@
     </div>
 </div>
 
-%{
-if(! ~ $#handlers_bar_left 0) {
-    echo '<div id="side-bar">'
-    for(h in $handlers_bar_left) {
-        echo '<div>'
-        run_handler $$h
-        echo '</div>'
-    }
-    echo '<div><!-- Bottom filler div --></div> </div>'
-}
-%}
+% if(! ~ $#handlers_bar_left 0) {
+    <div id="side-bar">
+%   for(h in $handlers_bar_left) {
+        <div>
+%       run_handler $$h
+        </div>
+%   }
+    </div>
+% }
 
 <div id="main-copy">
 
@@ -37,5 +35,4 @@
 
 <div id="footer">
 % cat `{ get_lib_file footer.inc }
-% echo $"logged_user
 </div>