function mfn_print_our_team($item)
{
    echo sc_our_team($item['fields']);
}
示例#2
0
 /**
  * [our_team]
  */
 function mfn_print_our_team($item)
 {
     if (!key_exists('content', $item['fields'])) {
         $item['fields']['content'] = '';
     }
     echo sc_our_team($item['fields'], $item['fields']['content']);
 }