summaryrefslogtreecommitdiff
path: root/modules/menu
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-12-06 09:58:34 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-12-06 09:58:34 +0000
commitd83289f857853b2efca194cd663267c24dbfd305 (patch)
treeb950cd9d0c4df0068164d6131c2f40fafad7022f /modules/menu
parentbaf6910cc1002c7b40b2899162a122b3ed441e6d (diff)
downloadbrdo-d83289f857853b2efca194cd663267c24dbfd305.tar.gz
brdo-d83289f857853b2efca194cd663267c24dbfd305.tar.bz2
#196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions
Diffstat (limited to 'modules/menu')
-rw-r--r--modules/menu/menu.admin.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/menu/menu.admin.inc b/modules/menu/menu.admin.inc
index 779399b05..9996f5106 100644
--- a/modules/menu/menu.admin.inc
+++ b/modules/menu/menu.admin.inc
@@ -163,6 +163,8 @@ function menu_overview_form_submit($form, &$form_state) {
/**
* Theme the menu overview form into a table.
+ *
+ * @ingroup themeable
*/
function theme_menu_overview_form($form) {
drupal_add_tabledrag('menu-overview', 'match', 'parent', 'menu-plid', 'menu-plid', 'menu-mlid', TRUE, MENU_MAX_DEPTH - 1);