Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.3, Fri Sep 28 17:10:46 2007 UTC | revision 1.4, Tue Oct 23 01:21:14 2007 UTC | |
|---|---|---|
| # | Line 10 | Line 10 |
| 10 | * http://drupal.org/node/509 | * http://drupal.org/node/509 |
| 11 | */ | */ |
| 12 | ||
| 13 | function bluebreeze_preprocess_node($vars) { | function bluebreeze_preprocess_node($vars) { |
| 14 | //print '<pre>';print_r($vars['nid']);print '</pre>'; | //print '<pre>';print_r($vars['nid']);print '</pre>'; |
| 15 | if(module_exists('taxonomy') && count(taxonomy_node_get_terms($vars['node']))) { | if(module_exists('taxonomy') && count(taxonomy_node_get_terms($vars['node']))) { |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |