function theme_markup_view in Markup 6
FAPI theme for an individual elements.
File
- contrib/
markup_view/ markup_view.module, line 298 - Defines a field type for displaying a view on the node/edit form.
Code
function theme_markup_view($element) {
return $element['#children'];
}