Hi,
So in trying to set up a sub-theme in Corporate Clean, I thought I'd done it. I had created the theme, modified the .info file, moved over the css files, etc and the new theme was visible yet when I went to enable it and use the new theme as the default, I wound up with the following error:
"Fatal error: Cannot redeclare corporateclean_breadcrumb() (previously declared in /Users/joesmith/Sites/acquia-drupal/sites/all/themes/corporateclean/template.php:10) in /Users/joesmith/Sites/acquia-drupal/sites/all/themes/corporateclean_subtheme/template.php on line 23"
Any ideas as to how to resolve it? Is there a conflict somewhere with Acquia Drupal since I elected to go this route as opposed to dealing with MAMP? Do references to the old theme in the template.php file need to be changed to reflect the new theme?
Thanks in advance.
Comments
Comment #1
Stevel commentedYour function should be named corporateclean_subtheme_breadcrumb() in your subtheme. (corporateclean_subtheme.template.php)