google_admanager_add_js |
./google_admanager.module |
Stored the ad slots and when called with no slot, return the whole ad manager javascript
This function should be called from pianofiles_preprocess_page(&$vars) as followed
if (module_exists('google_admanager'))… |
1 |
|
google_admanager_admin_settings_form |
./google_admanager.module |
Implementation of hook_admin_settings() for configuring the module |
|
1 |
google_admanager_admin_settings_form_validate |
./google_admanager.module |
Implementation of hook_admin_settings_form_validate() |
|
|
google_admanager_block |
./google_admanager.module |
Implementing hook_block |
|
|
google_admanager_filter |
./google_admanager.module |
Implementation of hook_filter(). |
|
|
google_admanager_filter_tips |
./google_admanager.module |
Implementation of hook_filter_tips(). |
|
|
google_admanager_menu |
./google_admanager.module |
Implementing hook_menu |
|
|
google_admanager_perm |
./google_admanager.module |
Implementing hook_perm |
|
|
google_admanager_uninstall |
./google_admanager.install |
|
|
|
theme_google_admanager_block |
./google_admanager.module |
Theme function the Ad Slot code |
|
|
_google_admanager_substitute_tags |
./google_admanager.module |
Replace all Admanager tags with their corresponding files or images. |
1 |
|