added an extra parameter to frame generation, so I can mimic the custom

functionality alredy provided by the frame on Electric Minds
This commit is contained in:
Eric J. Bowersox
2003-06-16 07:22:11 +00:00
parent 821a0be3eb
commit ce6136ab9e
4 changed files with 23 additions and 16 deletions

View File

@@ -26,6 +26,7 @@
display_login = True if we should display the "Log In | Create Account" or "Log Out | Profile" links
fixed_menu = The "fixed" menu
floating_menu = The "floating" menu
floating_menu_selector = The string selector for the "floating" menu
footer_text = The text of the page footer
sitetitle = Site title (from global properties)
siteurl = URL to the site
@@ -117,6 +118,7 @@
<tr valign="top">
<td align="left" width="$lbar_width" rowspan="2" class="frameleft">
#comment( "BEGIN LEFT SIDEBAR" )
#comment( "Floating menu selector: $!floating_menu_selector" )
<div class="frameleft">#render( $floating_menu )</div>
<div>&nbsp;</div>
<div class="frameleft">#render( $fixed_menu )</div>