DrupalBin
Submit Code
About
Recent Posts
Code
1 hour 43 min
ago
Code
4 hours 56 min
ago
Fix for Code
5 hours 5 min
ago
d5, hook_comment, trying to force an input filter format
8 hours 23 min
ago
more
Tags
CCK
drupal
fapi
jquery
menu
module
Panels
php
simpletest
test
theme
views
more tags
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Create new account
Request new password
Log in using OpenID
Cancel OpenID login
Home
parent
Show node parent terms
March 15, 2008 - 8:28pm — Anonymous
<?php
// split out taxonomy terms by parent
function
bowwowtheme_liquid_print_terms
(
$nid
)
{
$terms
= taxonomy_node_get_terms
(
$nid
)
;
$links
=
array
(
)
;
$processed
=
array
(
)
;
if
(
$terms
)
{
parent
taxonomy
terms
Read more