Active
Project:
AdaptiveTheme
Version:
7.x-3.1
Component:
Module Support
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 Jan 2013 at 15:48 UTC
Updated:
31 Jan 2013 at 20:44 UTC
Hello all,
I have downloaded the very cool adaptivetheme drupal theme and his subtheme corrola. I have copied this last into my theme directory and renamed it. I would like to customize some functions. So I have written in template.php but those functions are not executed.
For example, I would like to overload the breadcrumb function and a function located in the getLocations module.
I tried : mytheme_getlocations_info($variables), mytheme_breadcrumb, adaptivetheme_mytheme_breadcrumb...
The hook does not seem to work.
Someone has an idea please ?
Thanks all,
Alexander
Comments
Comment #1
Jeff Burnz commentedgetlocations_info() does not sound like a function you can override, isn't this just an ajax callback?
theme_breadcrumb() is a theme function and you have the naming convention correct - themeName_breadcrumb, you need to clear the cache for Drupal to see this function in template.php