You are here

function drupagram_admin_paths_alter in Drupagram 7

Implements hook_admin_paths_alter().

OAuth callback disagrees with overlay.

File

./drupagram.module, line 330
Provides API integration with the Instagram microblogging service.

Code

function drupagram_admin_paths_alter(&$paths) {
  $paths['user/*/edit/drupagram'] = FALSE;
}