/**
  *
  * get contents of the css table
  */
 public static function getCaptionsContentArray($handle = false)
 {
     $db = new UniteDBRev();
     $result = $db->fetch(GlobalsRevSlider::$table_css);
     $contentCSS = UniteCssParserRev::parseDbArrayToArray($result, $handle);
     return $contentCSS;
 }