/**
  *
  * @param string $partial 
  */
 public static function setFooterPartial($partial)
 {
     self::$footerPartial = $partial;
 }