Rev 1351 |
Ir a la última revisión |
Mostrar el archivo completo |
|
|
Autoría |
Ultima modificación |
Ver Log
|
Rev 1351 |
Rev 1377 |
Línea 1215... |
Línea 1215... |
1215 |
$string['email_footer_displaylogo_ch'] = '<img src="' . $logo_img . '" height="' . $email_logo_height . '" alt="' . $email_logo_alt . '" title="' . $email_logo_alt . '" style="border:none;" />';
|
1215 |
$string['email_footer_displaylogo_ch'] = '<img src="' . $logo_img . '" height="' . $email_logo_height . '" alt="' . $email_logo_alt . '" title="' . $email_logo_alt . '" style="border:none;" />';
|
1216 |
}
|
1216 |
}
|
1217 |
} else {
|
1217 |
} else {
|
1218 |
$string['email_footer_displaylogo_ch'] = '';
|
1218 |
$string['email_footer_displaylogo_ch'] = '';
|
1219 |
}
|
1219 |
}
|
- |
|
1220 |
|
- |
|
1221 |
// Child theme specific settings
|
- |
|
1222 |
$string['childthemesettings'] = 'Child Theme Settings';
|
- |
|
1223 |
$string['childthemesettings_desc'] = 'Settings specific to the child theme';
|