Proyectos de Subversion Moodle

Rev

Rev 1377 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1377 Rev 1378
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';
-