implemented the "floating" menu properly, and the transitions between the
different menus; also debugged the ACL permission testing
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
location = Current page location string
|
||||
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
|
||||
footer_text = The text of the page footer
|
||||
sitetitle = Site title (from global properties)
|
||||
siteurl = URL to the site
|
||||
@@ -116,9 +117,7 @@
|
||||
<tr valign="top">
|
||||
<td align="left" width="$lbar_width" rowspan="2" class="frameleft">
|
||||
#comment( "BEGIN LEFT SIDEBAR" )
|
||||
<div class="frameleft">
|
||||
Top/community menu thingee
|
||||
</div>
|
||||
<div class="frameleft">#render( $floating_menu )</div>
|
||||
<div> </div>
|
||||
<div class="frameleft">#render( $fixed_menu )</div>
|
||||
<img src="#formatURL( "IMAGE" "spacer.gif" )" width="$lbar_width" height="1" border="0" />
|
||||
|
||||
Reference in New Issue
Block a user