public marks

PUBLIC MARKS from claire_ with tag snippets

2010

2006

Taxonomy Tree with feed links | drupal.org

<?php function getNodeCount($tid) { $sql = "select count(1) as num" . " from term_node" . " where tid = $tid"; return ($acount = db_fetch_object(db_query($sql)))? $acount->num : 0; } function getChildTerms($parent, $vid) { $sql = "select td.tid, td.vid, t

claire_'s TAGS related to tag snippets

clevermarks +   code +   css +   design +   drupal +   html +   lipsum +   lorem-ipsum +   menu +   taxonomy +