diff options
author | Brion Vibber <brion@pobox.com> | 2010-09-02 14:11:52 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-09-02 14:11:52 -0700 |
commit | c24458a9f047ba68f0ef8ff4307562df6c4f3611 (patch) | |
tree | 0ff8f476702b701c237c54630c5114468d17ed16 /plugins/MobileProfile/MobileProfilePlugin.php | |
parent | 11f7fce3bb59af46dd76c1e219f8df04de9e03af (diff) |
Ticket #2638: allow themes to specify a base theme to load with 'include' setting in a theme.ini file
Diffstat (limited to 'plugins/MobileProfile/MobileProfilePlugin.php')
-rw-r--r-- | plugins/MobileProfile/MobileProfilePlugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MobileProfile/MobileProfilePlugin.php b/plugins/MobileProfile/MobileProfilePlugin.php index 6076bbde0..72a6a04fb 100644 --- a/plugins/MobileProfile/MobileProfilePlugin.php +++ b/plugins/MobileProfile/MobileProfilePlugin.php @@ -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'); |