Cosmetic changes to default_master.tpl

This commit is contained in:
uriel 2009-01-17 09:40:00 +01:00
parent 9d352d49f5
commit 56328cc611

View File

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