PDA

View Full Version : bug with template (baaad)


zaartix
05-06-2004, 11:49 PM
if in form i paste

<input type=hidden name=template value='./search/templates/green.html'>

than firts page of results using green.html, but if i click on "next" - phpdig become using by default template.

where i can fix this trouble? i mean where generate "next" link?

vinyl-junkie
05-07-2004, 05:24 PM
I think what you need to do is change the following statement in config.php:$template = "$relative_script_path/templates/phpdig.html"; to this: $template = "$relative_script_path/templates/green.html";

zaartix
05-07-2004, 10:44 PM
:)
i know it, but i need to set template in form, becourse my site have several designs for each buisnes.