Fix for rocksoup module

  1.         <?php // Adding $title visibility stuff. ?>
  2.         <?php if ($node->type != 'somenodetype' && $node->type != 'someothernodetype'): ?>
  3.         <?php $ignore_paths = array('pathofaview', 'about', 'node/7');?>
  4.         <?php $path = $_GET['q']; ?>
  5.         <?php if (!in_array($path, $ignore_paths)): ?>
  6.         <?php //print_r($ignore_paths); print $path; ?>
  7.  
  8.         <?php if ($title): ?>
  9.           <h1 class="title"><?php print $title; ?></h1>
  10.         <?php endif; ?>
  11.  
  12.         <?php endif; ?>
  13.         <?php endif; ?>

Submit Fix

Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Select the syntax highlighting mode to use.