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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.7, Thu Aug 21 16:11:53 2008 UTC revision 1.8, Tue Oct 21 17:11:45 2008 UTC
# Line 29  function phptemplate_preprocess_page(&$v Line 29  function phptemplate_preprocess_page(&$v
29     if ($css_sheets) {     if ($css_sheets) {
30        $css_sheets = explode("\n", $css_sheets);        $css_sheets = explode("\n", $css_sheets);
31        foreach ($css_sheets as $sheet) {        foreach ($css_sheets as $sheet) {
32           drupal_add_css($basepath.$themepath.'/'.$sheet, 'theme');           drupal_add_css($themepath.'/'.$sheet, 'theme');
33        }        }
34      $vars['styles'] = drupal_get_css();      $vars['styles'] = drupal_get_css();
35     }     }

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.2