Go to the source code of this file.
Functions | |
area_banner_menu () | |
area_banner_perm () | |
area_banner_delete_default () | |
area_banner_delete_flashdefault () | |
area_banner_block ($op= 'list', $delta=0) | |
area_banner_config () | |
area_banner_config_validate ($form, &$form_state) |
Definition in file area_banner.module.
area_banner_block | ( | $ | op = 'list' , |
|
$ | delta = 0 | |||
) |
Implementation of hook_block()
Definition at line 67 of file area_banner.module.
area_banner_config | ( | ) |
Builds configuration form
Definition at line 144 of file area_banner.module.
area_banner_config_validate | ( | $ | form, | |
&$ | form_state | |||
) |
Validating configuration form and saving banner sets
Definition at line 343 of file area_banner.module.
area_banner_delete_default | ( | ) |
Deletes the default banner
Definition at line 49 of file area_banner.module.
area_banner_delete_flashdefault | ( | ) |
Deletes the default flash banner
Definition at line 57 of file area_banner.module.
area_banner_menu | ( | ) |
Implementation of hook_menu()
Definition at line 11 of file area_banner.module.
area_banner_perm | ( | ) |
Implementation of hook_perm()
Definition at line 41 of file area_banner.module.