Closed (fixed)
Project:
Ubercart
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Nov 2009 at 21:26 UTC
Updated:
22 Feb 2010 at 16:30 UTC
Not all the theme functions define the variables in hook_theme to be passed to the .tpl files. Patch included to provide the variables.
Example: uc_cart_block_content.tpl.php -> $item_count is not defined.
The patch supplies was made from 6.x-2.2 in the uc_cart directory.
| Comment | File | Size | Author |
|---|---|---|---|
| uc_cart.themefix.patch | 1.07 KB | onedotover |
Comments
Comment #1
tr commentedThe proper status for an issue with a patch attached is "needs review". Just changing the status right now - I'll take a look at in in the next few days.
Comment #2
Island Usurper commentedI actually noticed this bug when I was porting the theme changes to Drupal 7, and I had done the same thing. Now it's committed to the 2.x branch as well. Thanks.