MDL-27862 Themes: Device name first letter is capital and font is made similar to theme name font

This commit is contained in:
Rajesh Taneja 2012-03-09 16:52:52 +08:00
parent 7f2d783fad
commit 495baea515

View file

@ -133,7 +133,7 @@ if (!empty($CFG->enabledevicedetection) && empty($device)) {
$select = new single_button($deviceurl, $strthemeselect, 'get');
$table->data[] = array(
$device,
$OUTPUT->heading(ucfirst($device), 3),
$screenshotcell,
$headingthemename . $OUTPUT->render($select) . $unsetthemebutton
);