You are here

function focal_point_admin_paths in Focal Point 7

Implements hook_admin_paths().

File

./focal_point.module, line 91

Code

function focal_point_admin_paths() {
  $paths = array(
    'focal_point/test-drive' => TRUE,
    'focal_point/preview/*/*' => TRUE,
  );
  return $paths;
}