View Single Post
Old 07-09-2004, 03:00 AM   #1
RobM
Green Mole
 
Join Date: Jul 2004
Posts: 3
Template_demo broken in 1.8.1

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.
RobM is offline   Reply With Quote