Fix for Close button for views

  1. <?php
  2.   $output = preg_replace('%\[bt_close_link\]%','<a class="bt-close" href="javascript:void($(\'.bt-active\').btOff());"><img src="/sites/all/themes/somewhere/images/close.gif" alt="close" width="15" height="15" /></a>',$output);
  3.   print $output;
  4. ?>

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.