Línea 1195... |
Línea 1195... |
1195 |
$string['tmple_typography_footer_color'] = 'color:' . $email_typo_footer_color . ';';
|
1195 |
$string['tmple_typography_footer_color'] = 'color:' . $email_typo_footer_color . ';';
|
1196 |
$string['tmple_typography_text_fontsize'] = 'font-size:' . $email_typo_text_fontsize . ';';
|
1196 |
$string['tmple_typography_text_fontsize'] = 'font-size:' . $email_typo_text_fontsize . ';';
|
1197 |
$string['tmple_typography_fontfamily'] = 'font-family:' . $email_typo_fontfamily . ';';
|
1197 |
$string['tmple_typography_fontfamily'] = 'font-family:' . $email_typo_fontfamily . ';';
|
1198 |
$string['tmple_typography_text_color'] = 'color:' . $email_typo_text_color . ';';
|
1198 |
$string['tmple_typography_text_color'] = 'color:' . $email_typo_text_color . ';';
|
Línea -... |
Línea 1199... |
- |
|
1199 |
|
- |
|
1200 |
$string['configtitle'] = 'Configuración del tema Universe Child';
|
- |
|
1201 |
$string['advancedsettings'] = 'Opciones avanzadas';
|
- |
|
1202 |
$string['rawscsspre'] = 'SCSS personalizado (antes del contenido)';
|
- |
|
1203 |
$string['rawscsspre_desc'] = 'Código SCSS que se incluirá antes del contenido principal.';
|
1199 |
|
1204 |
|
1200 |
if (!empty($email_logo_href)) {
|
1205 |
if (!empty($email_logo_href)) {
|
1201 |
$string['tmpl_logo_img'] = '<a href="' . $email_logo_href . '"><img src="' . $logo_img . '" height="' . $email_logo_height . '" alt="' . $email_logo_alt . '" title="' . $email_logo_alt . '" style="border:none;" /></a>';
|
1206 |
$string['tmpl_logo_img'] = '<a href="' . $email_logo_href . '"><img src="' . $logo_img . '" height="' . $email_logo_height . '" alt="' . $email_logo_alt . '" title="' . $email_logo_alt . '" style="border:none;" /></a>';
|
1202 |
} else {
|
1207 |
} else {
|
1203 |
$string['tmpl_logo_img'] = '<img src="' . $logo_img . '" height="' . $email_logo_height . '" alt="' . $email_logo_alt . '" title="' . $email_logo_alt . '" style="border:none;" />';
|
1208 |
$string['tmpl_logo_img'] = '<img src="' . $logo_img . '" height="' . $email_logo_height . '" alt="' . $email_logo_alt . '" title="' . $email_logo_alt . '" style="border:none;" />';
|