Fixed Spacing Issue
This commit is contained in:
parent
f13a4031f4
commit
2d752e131d
@ -42,7 +42,7 @@ function hfs_header_settings_form($form, &$form_state) {
|
|||||||
);
|
);
|
||||||
|
|
||||||
return $form;
|
return $form;
|
||||||
}// End of hfs_header_settings().
|
} // End of hfs_header_settings().
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Submit handler().
|
* Submit handler().
|
||||||
@ -84,14 +84,14 @@ function hfs_body_settings_form($form, &$form_state) {
|
|||||||
'#description' => t('<p>On mostly sites, this section is used to add the <strong>Google Tag Manager</strong>. <strong>Like:</strong></p><p>1. <!-- Google Tag Manager --><noscript><strong>Write Your code here</strong></script><!-- End Google Tag Manager --></p><p>You can also add multiple <strong>scripts</strong> here with multiple ways, For example: </p><p>1. <script type="text/javascript" src="http://www.example.com/script.js"></script></p><p> 2. <script type="text/javascript" src="/script.js"></script></p><p> 3. <script type="text/javascript"><!--//--><![CDATA[//><!--// close script tag //--><!]]></script></p>'),
|
'#description' => t('<p>On mostly sites, this section is used to add the <strong>Google Tag Manager</strong>. <strong>Like:</strong></p><p>1. <!-- Google Tag Manager --><noscript><strong>Write Your code here</strong></script><!-- End Google Tag Manager --></p><p>You can also add multiple <strong>scripts</strong> here with multiple ways, For example: </p><p>1. <script type="text/javascript" src="http://www.example.com/script.js"></script></p><p> 2. <script type="text/javascript" src="/script.js"></script></p><p> 3. <script type="text/javascript"><!--//--><![CDATA[//><!--// close script tag //--><!]]></script></p>'),
|
||||||
'#rows' => 10,
|
'#rows' => 10,
|
||||||
);
|
);
|
||||||
|
|
||||||
$form['submit'] = array(
|
$form['submit'] = array(
|
||||||
'#type' => 'submit',
|
'#type' => 'submit',
|
||||||
'#value' => 'Save Body Settings',
|
'#value' => 'Save Body Settings',
|
||||||
);
|
);
|
||||||
|
|
||||||
return $form;
|
return $form;
|
||||||
}// End of hfs_body_settings_form().
|
} // End of hfs_body_settings_form().
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Submit handler().
|
* Submit handler().
|
||||||
@ -140,7 +140,7 @@ function hfs_footer_settings_form($form, &$form_state) {
|
|||||||
);
|
);
|
||||||
|
|
||||||
return $form;
|
return $form;
|
||||||
}// End of hfs_footer_settings_form().
|
} // End of hfs_footer_settings_form().
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Submit handler().
|
* Submit handler().
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Enables Drupal to add scripts and styles from the frontend on all over the
|
* 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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user