--- I:/home/dtheme/themes/mondrian/template.php Fri Jun 15 21:43:51 2007 +++ I:/home/dtheme/public_html/sites/all/themes/mondrian/template.php Thu Feb 26 06:44:24 2009 @@ -12,12 +12,6 @@ function _phptemplate_variables($hook, $vars) { switch($hook) { - case 'page': { - drupal_add_css($vars['directory'] . '/layout.css', 'theme'); - drupal_add_css($vars['directory'] . '/typography.css', 'theme'); - drupal_add_css($vars['directory'] . '/system.css', 'theme'); - $vars['styles'] = drupal_get_css(); - } case 'node': if (count($vars['node']->taxonomy)) { $vars['terms'] = t('Tags: !tags', array('!tags' => $vars['terms']));