You are here

function content_profile_pageroute_info in Content Profile 6

Implementation of hook_pageroute_info() for Pageroute integration.

File

./content_profile.module, line 669

Code

function content_profile_pageroute_info() {
  return array(
    'content_profile' => array(
      'viewprofile' => 'content_profile.pageroute',
      'editprofile' => 'content_profile.pageroute',
    ),
  );
}