$v) if($v !== 'NOTRANSLATION') $shortlist[] = array($k,$v); $tpl = get_markup_template('mood_content.tpl'); $o = replace_macros($tpl,array( '$title' => t('Mood'), '$desc' => t('Set your current mood and tell your friends'), '$verbs' => $shortlist, '$parent' => $parent, '$submit' => t('Submit'), )); return $o; } }