$page_title in custom module
Jamroom Developers
You'll need to create a profile.php for the module. The below code is in jrAction profile.php. So take a look at a few modules to decide what you need in it.
jrCore_page_title(jrCore_str_to_lower("{$_ln['jrAction']['menu']} - {$_profile['profile_name']}"));