function mfn_print_map($item)
{
    echo sc_map($item['fields']);
}
Beispiel #2
0
 /**
  * [map]
  */
 function mfn_print_map($item)
 {
     if (!key_exists('content', $item['fields'])) {
         $item['fields']['content'] = '';
     }
     echo sc_map($item['fields'], $item['fields']['content']);
 }