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

charlesc’s picture

Plz delete the template.php. I have problem in the CVS update. Sorry...

charlesc’s picture

Status: Active » Postponed
kleung11’s picture

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.