Cosmetic changes to default_master.tpl
This commit is contained in:
parent
b3d3f44c83
commit
062fe9a479
1 changed files with 9 additions and 12 deletions
|
|
@ -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 @@ if(! ~ $#handlers_bar_left 0) {
|
|||
|
||||
<div id="footer">
|
||||
% cat `{ get_lib_file footer.inc }
|
||||
% echo $"logged_user
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue