what i try here is.. without using view module, display taxonomy +fruits -apple -orange +vegitable -ladies finger -onion chk the attached document,, On Sun, Jul 20, 2008 at 9:11 PM, bharani kumar < bharanikumariyerphp@gmail.com> wrote:
Here
sample_menu is the function,
This sample_menu for navigation..
On Sun, Jul 20, 2008 at 7:46 PM, Vasileios Lourdas <drupal@lourdas.name> wrote:
Hi,
You should probably remove the display() function declaration and move its body outside it. So, you will have something like
function sample_menu(){ ..... }
$vid = 3; .... return $output;
What's the point of sample_menu() ? -- # Vasileios Lourdas, # Informatics Engineer, Thessaloniki (Greece) # http://www.lourdas.name -- [ Drupal support list | http://lists.drupal.org/ ]