Index: page.tpl.php =================================================================== RCS file: /cvs/drupal-contrib/contributions/themes/civicspace/page.tpl.php,v retrieving revision 1.20 diff -u -r1.20 page.tpl.php --- page.tpl.php 11 Nov 2005 19:22:25 -0000 1.20 +++ page.tpl.php 12 Nov 2005 11:36:09 -0000 @@ -17,7 +17,7 @@ - + '. "\n"; - // implemenation of universal admin theme - if (civicspace_is_admin()) { - // pseude code: - // if file_exists(current_style/admin/style.css) { - // link to custom admin styles; - // } - // else { - // use the default admin styles; - // } - - $file = civicspace_path_to_style() . '/admin/admin.css'; - if (file_exists($file)) { - print phptemplate_stylesheet_import($file,'screen'); - } - else { - print phptemplate_stylesheet_import($directory .'/admin/admin.css','screen'); - } - } - else { - print $styles ."\n"; - } + print ''. "\n"; + print $styles ."\n"; } ?> @@ -92,55 +72,6 @@