Skip to content
Snippets Groups Projects
Commit 5bea21b7 authored by Kevin Paxman's avatar Kevin Paxman Committed by Kevin Paxman
Browse files

ISTWCMS-4864: code standards

parent cc028cbb
No related branches found
No related tags found
2 merge requests!32Tag 1.0.1,!29ISTWCMS-4864: add favicons
......@@ -184,7 +184,7 @@ function uw_fdsu_theme_resp_form_system_theme_settings_alter(&$form, FormStateIn
* @param array $variables
* The variables array.
*/
function _uw_fdsu_theme_resp_add_favicons(array &$variables){
function _uw_fdsu_theme_resp_add_favicons(array &$variables) {
// Remove Drupal's favicon.
foreach ($variables['page']['#attached']['html_head_link'] as $id => $html_head_link) {
if (isset($html_head_link[0]['rel']) && $html_head_link[0]['rel'] == 'shortcut icon') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment