They are all templates. Close the site, go into debug mode using a style where that page works, and then when you look at the page, you will see a list of all the templates on that page. Then go through all the edited templates in your custom style on that page and upgrade them.
To go into debug mode, add this to your config.php file as the second line:
$config['Misc']['debug'] = true;
|