Fix for phptemplate css code

  1. function _phptemplate_variables($hook, $vars = array()) {
  2.   switch ($hook) {
  3.     case 'page':
  4.       $css = drupal_add_css('sites/all/themes/madebynikki/cmspros.css', 'theme');
  5.       $vars['css'] = $css;
  6.    
  7.       unset($vars['styles']);
  8.       $vars['styles'] = drupal_get_css($css);

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.