Skip to content

Commit 9fe34ae

Browse files
committed
Correction: Change to 7.0.4
1 parent 8069551 commit 9fe34ae

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@ conditional IE stylesheets.
4343

4444
## MODULES NOT RECOMMENDED
4545

46-
- Environment Indicator - breaks in jQuery versions 1.8+
46+
- Environment Indicator - breaks in jQuery versions 1.8+
47+

megatron.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ breakpoints[widescreen] = (min-width: 1200px)
2727

2828
;settings[toggle_name] = 0
2929
settings[clf_clf_theme_new] = '-bw'
30-
settings[clf_clf_version] = '7.0.5'
30+
settings[clf_clf_version] = '7.0.4'
3131
settings[clf_layout] = ''
3232
settings[clf_nogradient] = TRUE
3333
settings[clf_unit_campus] = ''

template.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ function megatron_preprocess_html(&$variables) {
156156
}
157157

158158
// ADD CSS
159-
$packageprefix = '7.0.5/css/ubc-clf';
159+
$packageprefix = '7.0.4/css/ubc-clf';
160160
$minversion = '';
161161
$packagesuffix = '.min';
162162
$minlayout = '-full';

theme-settings.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ function megatron_form_system_theme_settings_alter(&$form, &$form_state) {
5454
$form['clf_theme']['clf_clf_version'] = array(
5555
'#type' => 'select',
5656
'#title' => t('CLF Version'),
57-
'#description' => t('Included for legacy purposes. All current and future themes should be using at least 7.0.5.'),
57+
'#description' => t('Included for legacy purposes. All current and future themes should be using at least 7.0.4.'),
5858
'#default_value' => theme_get_setting('clf_clf_version'),
5959
'#options' => array(
6060
/* DEPRECATED - should now be using 7.0.5 */
6161
//'7.0.2' => t('Release 7.0.2'),
6262
//'7.0.3' => t('Release 7.0.3'),
63-
'7.0.5' => t('Release 7.0.5'),
63+
'7.0.4' => t('Release 7.0.4'),
6464
),
6565
);
6666

0 commit comments

Comments
 (0)