Changeset 1526:b17db2367958 for themes/ductile/_config.php
- Timestamp:
- 08/22/13 22:55:04 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/_config.php
r1096 r1526 54 54 55 55 $fonts = array( 56 __(' default') => '',56 __('Default') => '', 57 57 __('Ductile primary') => 'Ductile body', 58 58 __('Ductile secondary') => 'Ductile alternate', … … 540 540 (!empty($ductile_user['body_font']) ? ' '.fontDef($ductile_user['body_font']) : ''). 541 541 '</p>'. 542 '<p class="form-note">'.__('Set main font to default to use webfont below.').'</p> '.542 '<p class="form-note">'.__('Set main font to Default to use webfont below.').'</p> '. 543 543 '<p class="field"><label for="body_webfont_family">'.__('Webfont family:').'</label> '. 544 544 form::field('body_webfont_family',25,255,$ductile_user['body_webfont_family']).'</p>'. … … 554 554 (!empty($ductile_user['alternate_font']) ? ' '.fontDef($ductile_user['alternate_font']) : ''). 555 555 '</p>'. 556 '<p class="form-note">'.__('Set secondary font to default to use webfont below.').'</p> '.556 '<p class="form-note">'.__('Set secondary font to Default to use webfont below.').'</p> '. 557 557 '<p class="field"><label for="alternate_webfont_family">'.__('Webfont family:').'</label> '. 558 558 form::field('alternate_webfont_family',25,255,$ductile_user['alternate_webfont_family']).'</p>'.
Note: See TracChangeset
for help on using the changeset viewer.