forked from GNUsocial/gnu-social
Ticket #2638: allow themes to specify a base theme to load with 'include' setting in a theme.ini file
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user