Fixed Comments Issues
This commit is contained in:
parent
2d752e131d
commit
a2bee5f980
@ -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().
|
||||
|
@ -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.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user