We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92526c9 commit b969f3bCopy full SHA for b969f3b
web/themes/custom/fds_faxe_theme/theme-settings.php
@@ -1,10 +1,7 @@
1
<?php
2
use Drupal\Core\Form\FormStateInterface;
3
4
-function fds_faxe_theme_form_system_theme_settings_alter(
5
- &$form,
6
- Drupal\Core\Form\FormStateInterface $form_state
7
-) {
+function fds_faxe_theme_form_system_theme_settings_alter(&$form, Drupal\Core\Form\FormStateInterface $form_state) {
8
// Work-around for a core bug affecting admin themes. See issue #943212.
9
if (isset($form_id)) {
10
return;
@@ -35,4 +32,4 @@ function fds_faxe_theme_form_system_theme_settings_alter(
35
32
'#title' => t('Tekst'),
36
33
'#default_value' => theme_get_setting('branding_text'),
37
34
];
38
-
+}
0 commit comments