You are here

function simpleads_admin_paths in SimpleAds 7.2

Same name and namespace in other branches
  1. 7 simpleads.module \simpleads_admin_paths()

Implements hook_admin_paths().

File

./simpleads.module, line 121

Code

function simpleads_admin_paths() {
  return array(
    'node/*/stats' => TRUE,
  );
}