Closed (fixed)
Project:
Amazon Product Advertisement API
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Apr 2010 at 18:04 UTC
Updated:
21 Sep 2010 at 22:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
rfay1. I think amazon_media_theme_registry_alter() does its job correctly.
2. But the method of providing hints about where tpl.php files can be found has changed. That is going to affect amazon.module. And me. I'm going to have to understand the theme hinting thing. And I think you can't do it in D7 at the module level. On the other hand, maybe that's what theme_paths is.
See drupal_find_theme_functions().
Comment #2
rfayOK, here's the result of a day's learning. Seems to work pretty well now.
Comment #3
rfayCommitted to HEAD: http://drupal.org/cvs?commit=417514
I think there will be more to learn from this one, but lead on.