How to change "custom fields" title

lseibert

Joined: 2009-01-12
Posts: 6
Posted: Mon, 2009-01-19 14:37

Our client wants the title "custom fields" that shows in the gallery when you add a custom field changed to their own wording. I have poured through the code but can't find it. How can that title be changed? HELP!!

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 26100
Posted: Tue, 2009-01-20 00:05

<h3> {g->text text="Custom Fields"} </h3>
in modules/customfiled/templates/CustomFields.tpl

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
szilagyic

Joined: 2010-01-22
Posts: 2
Posted: Tue, 2010-02-02 04:54

I am trying to do the same thing, but the file "modules/customfield/templates/CustomFields.tpl" does not exist. It looks like it is now "modules/customfield/templates/blocks/CustomFields.tpl". Thank you!