Skip to content
This repository was archived by the owner on Oct 29, 2020. It is now read-only.

Commit b125728

Browse files
committed
Remove 'column_class' theme setting.
We used to use individual semantic classes for the types of contents in each column. In Neue 6.0, we removed this in favor of using a general `.footer__column` class with two variants ('.-social' and '.-links'). Also removes the "Advanced options" fieldset since it would now be empty.
1 parent 90519e2 commit b125728

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

lib/themes/dosomething/paraneue_dosomething/paraneue_dosomething.info

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,10 @@ settings[footer_links_first_column_heading] = 'Help'
4747
settings[footer_links_first_column_links] = 'Contact Us|node/516
4848
Hotlines|node/518
4949
FAQs|node/1052'
50-
settings[footer_links_first_column_class] = 'help'
5150
settings[footer_links_second_column_heading] = 'Get to Know Us'
5251
settings[footer_links_second_column_links] = 'Partners|node/532
5352
Donate|node/539
5453
TMI Agency|http://www.tmiagency.org'
55-
settings[footer_links_second_column_class] = 'knowus'
5654
settings[footer_links_third_column_heading] = 'About'
5755
settings[footer_links_third_column_links] = 'What is DoSomething.org?|node/538
5856
Our Team|node/1044
@@ -61,7 +59,6 @@ Internships|node/940
6159
Old People|node/329
6260
Sexy Financials|node/540
6361
International|node/523'
64-
settings[footer_links_third_column_class] = 'about'
6562

6663
; User
6764
settings[user_validate_js_postcode] = 1

lib/themes/dosomething/paraneue_dosomething/theme-settings.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -296,20 +296,6 @@ function _paraneue_dosomething_theme_settings_footer(&$form, $form_state) {
296296
'#title' => t(ucwords($column) . ' Column Links'),
297297
'#default_value' => theme_get_setting('footer_links_' . $column . '_column_links')
298298
);
299-
300-
$link_column[$prefix. '_advanced'] = array(
301-
'#type' => 'fieldset',
302-
'#title' => t('Advanced options'),
303-
'#collapsible' => TRUE,
304-
'#collapsed' => TRUE
305-
);
306-
307-
$link_column[$prefix . '_advanced'][$prefix . '_column_class'] = array(
308-
'#type' => 'textfield',
309-
'#title' => t(ucwords($column) . ' Column Class'),
310-
'#default_value' => theme_get_setting('footer_links_' . $column . '_column_class')
311-
);
312-
313299
}
314300

315301
}

0 commit comments

Comments
 (0)