? .svn ? civicrm_theme_civicontribute.diff.txt Index: civicrm_theme.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/civicrm_theme/civicrm_theme.module,v retrieving revision 1.1 diff -r1.1 civicrm_theme.module 9c9,10 < $theme_var = arg(1) == 'admin' ? 'civicrm_admin_theme' : 'civicrm_theme'; --- > $theme_var = ((arg(1) == 'admin') || (arg(1) != 'contribute')) ? 'civicrm_admin_theme' : 'civicrm_theme'; >