Ejemplo n.º 1
0
 /**
  * Formats the Header for the entire row of blocks
  *
  * @author Andi Ruggles <*****@*****.**>
  * @author Mark Furrow <*****@*****.**>
  */
 protected static function setHeader()
 {
     if (get_field('header', self::$ID)) {
         self::$header = '
             <div class="sectionHeader">
                 <div class="header">' . get_field('header', self::$ID) . '</div>
             </div>
         ';
     }
 }