Closed (won't fix)
Project:
Acidfree Albums
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 May 2008 at 04:00 UTC
Updated:
16 Jan 2011 at 21:30 UTC
Hi there,
I'm trying to use the following function in my theme:
theme_acidfree_print_full_album($node)
And I'm getting a big fat PHP error as it says the function doesn't exist. A few things.
1. I'm assuming that $node represents the nid of the album I'm trying to reference. your documentation doesn't say.
2. I'm assuming I can call out to this function without having to add it to my theme.tpl.php file in my theme. I'm perfectly happy with how albums are displayed by default and I just want to do it that way.
Why isn't this function "showing up"?
Comments
Comment #1
bflora commentedchanging category
Comment #2
vhmauery commentedthis sound like it might be related to http://drupal.org/node/179362
If it is, mark it as duplicate. That issue has a hacked work-around patch that is not worthy of being committed, but it does seem to fix the problem for them.
Comment #3
mwheinz commented