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:
@@ -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> </div>
|
||||
<div class="frameleft">#render( $fixed_menu )</div>
|
||||
|
||||
Reference in New Issue
Block a user