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

bflora’s picture

Category: bug » support

changing category

vhmauery’s picture

this 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.

mwheinz’s picture

Status: Active » Closed (won't fix)