You are here

function asset_is_tooltip in Asset 7

Helper to determine that current path used for tooltip.

2 calls to asset_is_tooltip()
asset_page_alter in ./asset.module
Implements hook_page_alter().
asset_preprocess_html in ./asset.module
Implements hook_preprocess_html().

File

./asset.module, line 777
Asset module.

Code

function asset_is_tooltip() {
  return drupal_match_path($_GET['q'], 'assets/tooltip/*');
}