diff options
author | Silvio <s1lv10@uol.com.br> | 2009-10-17 13:20:12 -0300 |
---|---|---|
committer | Silvio <s1lv10@uol.com.br> | 2009-10-17 13:20:12 -0300 |
commit | 3a7ade6613b0fa718f6aba188575436012310643 (patch) | |
tree | 7638972ab0589973359e44e29a7bd1130e3c850a | |
parent | 9f84cd4c37851b322695f8f6945176740b429910 (diff) | |
download | finder_menu-3a7ade6613b0fa718f6aba188575436012310643.tar.gz finder_menu-3a7ade6613b0fa718f6aba188575436012310643.tar.bz2 |
Adding TODO
-rw-r--r-- | finder_menu.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/finder_menu.module b/finder_menu.module index 340d300..c9ad8d1 100644 --- a/finder_menu.module +++ b/finder_menu.module @@ -142,6 +142,7 @@ function theme_finder_menu($menu_name, $mlid) { * Recursively build the menu. * * @ingroup themeable + * @TODO: integrate with taxonomy_node_tree */ function finder_menu_build($menu) { |