Postponed
Project:
Nifty Corners
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Feb 2007 at 13:25 UTC
Updated:
2 Oct 2008 at 16:04 UTC
Hi,
If the niftyCorners theme is activated, the page /admin/build/themes doesn't work anymore and returns just a blanc page. If I choose another theme (in my own account settings), I can access that page again.
Comments
Comment #1
charlesc commentedPlz delete the template.php. I have problem in the CVS update. Sorry...
Comment #2
charlesc commentedComment #3
kleung11 commentedYou don't have to delete it. The problem is because template.php is calling form_render which isn't supported in Drupal 5.x. Simply remove the last 2 function calls and leave the simplex_regions() call in place. This will fix it as they are not needed.