Skip to content

Commit

Permalink
Updated font awesome version selection label in theme setting
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperboy committed Apr 13, 2016
1 parent ec00489 commit 6675ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ function open_framework_form_system_theme_settings_alter(&$form, &$form_state) {
'#default_value' => theme_get_setting('font_awesome_version'),
'#options' => array(
'font-awesome-3' => t('Version 3.2.1 [<a href="http://fortawesome.github.io/Font-Awesome/3.2.1/" title="Font Awesome 3.2.1 official documentation">documentation</a>]'),
'font-awesome-4' => t('Version 4.5.0 [<a href="http://fortawesome.github.io/Font-Awesome/" title="Font Awesome 4.5.0 official documentation">documentation</a>]'),
'font-awesome-4' => t('Version 4.6.1 [<a href="http://fortawesome.github.io/Font-Awesome/" title="Font Awesome 4.6.1 official documentation">documentation</a>]'),
),
);

Expand Down

0 comments on commit 6675ba4

Please sign in to comment.