diff --git a/hfs.admin.inc b/hfs.admin.inc index 9b84af7..d6f67fe 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(). +} // End of hfs_header_settings(). /** * Submit handler(). @@ -84,14 +84,14 @@ function hfs_body_settings_form($form, &$form_state) { '#description' => t('

On mostly sites, this section is used to add the Google Tag Manager. Like:

1. <!-- Google Tag Manager --><noscript>Write Your code here</script><!-- End Google Tag Manager -->

You can also add multiple scripts here with multiple ways, For example:

1. <script type="text/javascript" src="http://www.example.com/script.js"></script>

2. <script type="text/javascript" src="/script.js"></script>

3. <script type="text/javascript"><!--//--><![CDATA[//><!--// close script tag //--><!]]></script>

'), '#rows' => 10, ); - + $form['submit'] = array( '#type' => 'submit', '#value' => 'Save Body Settings', ); return $form; -}// End of hfs_body_settings_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(). +} // End of hfs_footer_settings_form(). /** * Submit handler(). diff --git a/hfs.module b/hfs.module index 88affec..7590de0 100644 --- a/hfs.module +++ b/hfs.module @@ -3,7 +3,7 @@ /** * @file * Enables Drupal to add scripts and styles from the frontend on all over the - * site at anywhere in the page. + site at anywhere in the page. */ /**