$item['link_title'], ))); $html = ''; foreach (node_type_get_types() as $type_name => $type_info) { if (me_node_creation_create_node_access($type_info)) { $link_html = l($type_info->name, "node/add/$type_name/mlid/$item[mlid]"); $html .= "
  • $link_html
  • "; } } // TODO: Provide themeable output, or find another solution. $txt = t('We are working on it.'); if ($html) { $txt_admin = t("Replace this placeholder link with real content:"); return <<$txt

    $txt_admin

    EOT; } else { return <<$txt

    EOT; } }