Active
Project:
Content Profile
Version:
6.x-1.x-dev
Component:
Base module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Jul 2012 at 05:46 UTC
Updated:
30 Jul 2012 at 05:46 UTC
I'm writing a patch for uc_cck_pane to provide content_profile integration. I noticed the two functions content_profile_get_add_path() and content_profile_get_edit_path() so figured they must be useful, but then realised that I need to include content_profile.theme.inc. Is there a reason those functions are in the include file and not the main module file? It is very tempting to not bother using the functions given that I have to load the include file myself.