RobM
07-09-2004, 04:00 AM
Hi,
The template selection (template_demo parameter) is ignored by search.php in 1.8.1.
I haven't fixed it properly as it's used in config.php, before phpdig_functions.php/phpdigHttpVars() is available.
My personal quickfix, insert:
$template_demo = $_GET['template_demo'];
before "$templates_array =" at line 76 in config.php.
Rob.
The template selection (template_demo parameter) is ignored by search.php in 1.8.1.
I haven't fixed it properly as it's used in config.php, before phpdig_functions.php/phpdigHttpVars() is available.
My personal quickfix, insert:
$template_demo = $_GET['template_demo'];
before "$templates_array =" at line 76 in config.php.
Rob.