diff --git a/hfs.admin.inc b/hfs.admin.inc index d6f67fe..93727ee 100644 --- a/hfs.admin.inc +++ b/hfs.admin.inc @@ -42,7 +42,7 @@ function hfs_header_settings_form($form, &$form_state) { ); return $form; -} // End of hfs_header_settings(). +} /** * Submit handler(). @@ -91,7 +91,7 @@ function hfs_body_settings_form($form, &$form_state) { ); return $form; -} // End of hfs_body_settings_form(). +} /** * Submit handler(). @@ -140,7 +140,7 @@ function hfs_footer_settings_form($form, &$form_state) { ); return $form; -} // End of hfs_footer_settings_form(). +} /** * Submit handler(). diff --git a/hfs.module b/hfs.module index 7590de0..e696b29 100644 --- a/hfs.module +++ b/hfs.module @@ -2,8 +2,7 @@ /** * @file - * Enables Drupal to add scripts and styles from the frontend on all over the - site at anywhere in the page. + * Enables Drupal to add scripts and styles from frontend on all over the site. */ /**