Example #1
0
 /**
  * Calls the WikihowCSSDisplay class to determine whether or
  * not to display a "special" background.
  */
 static function isSpecialBackground()
 {
     if (class_exists('WikihowCSSDisplay')) {
         return WikihowCSSDisplay::isSpecialBackground();
     } else {
         return false;
     }
 }