/admin/build/themes doesn't work anymore
peddecke - February 27, 2007 - 13:25
| Project: | Nifty Corners |
| Version: | 5.x-1.x-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | postponed |
Jump to:
Description
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.

#1
Plz delete the template.php. I have problem in the CVS update. Sorry...
#2
#3
You 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.