Index: content_profile.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/content_profile/Attic/content_profile.module,v
retrieving revision 1.1.2.48
diff -u -p -r1.1.2.48 content_profile.module
--- content_profile.module	7 Apr 2010 15:09:17 -0000	1.1.2.48
+++ content_profile.module	23 Oct 2010 15:22:37 -0000
@@ -608,7 +608,7 @@ function content_profile_theme_registry_
   foreach ($templates as $key) {
     if (isset($items[$key])) {
       $items[$key] += array('preprocess functions' => array());
-      $items[$key]['preprocess functions'][] = 'content_profile_template_preprocess';
+      array_unshift($items[$key]['preprocess functions'], 'content_profile_template_preprocess');
     }
   }
 }
