Ticket #2638: allow themes to specify a base theme to load with 'include' setting in a theme.ini file

This commit is contained in:
Brion Vibber
2010-09-02 14:11:52 -07:00
parent 11f7fce3bb
commit c24458a9f0
4 changed files with 82 additions and 4 deletions

View File

@@ -241,7 +241,7 @@ class MobileProfilePlugin extends WAP20Plugin
return true;
}
$action->cssLink('css/display.css');
$action->primaryCssLink();
if (file_exists(Theme::file('css/mp-screen.css'))) {
$action->cssLink('css/mp-screen.css', null, 'screen');