I went into the settings file to set zeropoint as the default maintenance page. I changed

#   'maintenance_theme' => 'minelli',

to

   'maintenance_theme' => 'zeropoint',

and I received this error

Parse error: syntax error, unexpected T_DOUBLE_ARROW in /home7/example/public_html/sites/default/settings.php on line 186

Does anyone have any ideas?

Comments

florian’s picture

You should do this:

$conf = array(
  'maintenance_theme' => 'zeropoint',
);
jweberg’s picture

Status: Active » Closed (fixed)

Don't know how I missed that. I know better. Thanks.