PDA

View Full Version : Help With Changing Names?


rosepose
02-07-2009, 01:31 PM
I'm trying to change the header text on the page on which it lets you name your pet to have the header say "adopting a pet" rather than "adopting a *name here*" How would I do that?

So far all I have is errors.

livingingc
02-07-2009, 03:14 PM
Instead of
$article_title = "Adopting ".$name;

Try
$article_title = "Adopting a Pet";

rosepose
02-07-2009, 03:47 PM
Thanks so much :)
I have multiple outcomes and the names kind of give it away!