Initial commit after running Zurb Foundation subtheme from STARTER script
This commit is contained in:
commit
61ce6fca2d
49 changed files with 2166 additions and 0 deletions
15
theme-settings.php
Normal file
15
theme-settings.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Add custom theme settings to the ZURB Foundation sub-theme.
|
||||
*/
|
||||
|
||||
use Drupal\Core\Form\FormStateInterface;
|
||||
|
||||
/**
|
||||
* Implements hook_form_FORM_ID_alter().
|
||||
*/
|
||||
function peceful_form_system_theme_settings_alter(&$form, FormStateInterface $form_state) {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue