Closed (fixed)
Project:
Acquia Marina
Version:
6.x-1.9
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Jun 2009 at 20:39 UTC
Updated:
12 Dec 2009 at 11:26 UTC
Jump to comment: Most recent file
Comments
Comment #1
jwolf commentedWorks for me; both 6.x-1.4 and 6.x-3.0-alpha1 versions.
See attached screenshot.
Comment #2
modgirlred commentedI'm also having this issue with the theme. It worked when I first implemented the theme but once I logged out and then logged back in I can't get it back up.
I'm having the same issue with simple menu as well.
Comment #3
modgirlred commentedI have found the issue. I had removed the $closure variable. Between the "main-wrapper" and "page"
tags at the end of the page temple I put in the following code:
<?php print $closure; ?>like this:And all is right with the world.
Comment #4
jwolf commentedThe $closure variable is your friend
Comment #6
sivaji_ganesh_jojodae commentedoops, I did the same mistake, adding $closure fixed the problem.
Comment #7
manish@hrn.in commentedthnx a lot working fine.