v2.1: page.tpl.php Undefined Variable errors with PHP Strict


Author Message
GSP

Posted: 4/8/2009
Quote message 

When installing an Artisteer 2.1 Drupal template onto a server with PHP running in Strict mode, I get multiple complaints about variables not being defined:

notice: Undefined variable: site_title in C:\drupal\sites\mysite\themes\MySite\page.tpl.php on line 38.


Fixed temporarily by commenting out the art_placeholders_output() functions and making sure a site name is set.