|
I'm running into a minor problem.
My alternate for sale template is showing What is it you are looking for?:
Instead of Title for the item you are selling:
Everything else looks fine.
My new template id is 10.
Should I be looking in the language/English directory?
I copied the files in post 33 and appended '10' to them.
I edited uploadproduct10.php to make it work.
$Globals['pp_lang']['uploadproduct'] = "Place Ad";
$Globals['pp_lang']['producttitle'] = "Title for the item you are selling";
$Globals['pp_lang']['productdesc'] = "Item description:";
$Globals['pp_lang']['uploadsubmit'] = "Submit Ad";
Is that just a work-around or should that have not been necessary?
|