/[drupal]/contributions/themes/bluebreeze/template.php
ViewVC logotype

Diff of /contributions/themes/bluebreeze/template.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch 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']))) {

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.2