one has to change the function calls from
theme_location_cck_field_map($locations, $field);
to
theme('location_cck_field_map',$locations, $field);

Comments

giorgosk’s picture

here a small patch that fixes this

and then you can copy

function theme_location_cck_field_map($locations, $field) {

as

function phptemplate_location_cck_field_map($locations, $field) {

in your template.php and modify to your needs

mparker17’s picture

Assigned: Unassigned » mparker17
Status: Active » Needs review

I'll re-roll against the latest version of 6.x-3.x.

mparker17’s picture

Assigned: mparker17 » Unassigned
StatusFileSize
new1.32 KB

Here's the new patch.

podarok’s picture

Version: 6.x-3.x-dev » 7.x-3.x-dev

all feature requests should be rolled against latest 7.x-3.x-dev and after commit can be backported to 6.x branch

Status: Needs review » Needs work