diff -r de56132c008d -r bdac73ed481e plugins/SpecialCSS.php --- a/plugins/SpecialCSS.php Sun Mar 28 21:49:26 2010 -0400 +++ b/plugins/SpecialCSS.php Sun Mar 28 23:10:46 2010 -0400 @@ -1,12 +1,12 @@ _ function page_Special_CSS() { - global $db, $session, $paths, $template, $plugins; // Common objects - header('Content-type: text/css'); - if ( isset($_GET['printable']) || $paths->getParam(0) == 'printable' ) - { - echo $template->get_css('_printable.css'); - } - else - { - echo $template->get_css(); - } + global $db, $session, $paths, $template, $plugins; // Common objects + header('Content-type: text/css'); + if ( isset($_GET['printable']) || $paths->getParam(0) == 'printable' ) + { + echo $template->get_css('_printable.css'); + } + else + { + echo $template->get_css(); + } } ?> \ No newline at end of file