Hello all
I received an error:

warning: Missing argument 2 for variable_get(), called in /home/domain/public_html/sites/all/themes/questionsanswers/page.tpl.php on line 37 and defined in /home/domain/public_html/includes/bootstrap.inc on line 584.

Any suggestions how to fix it?

Thanks

Comments

nevets’s picture

Look at line 37 in page.tpl.php for the questionsanswers theme. There appears to be a call to variable_get() there that is missing the 2nd argument.

loko’s picture

Thank You!
You are great!