Inherits SkinTemplate.
Public Member Functions | |
getPoweredBy () | |
setupSkinUserCss (OutputPage $out) | |
#@- | |
Public Attributes | |
$skinname = 'modern' | |
#@+ | |
$stylename = 'modern' | |
Stylesheets set to use. | |
$template = 'ModernTemplate' | |
For QuickTemplate, the name of the subclass which will actually fill the template. | |
$useHeadElement = true | |
Whether this skin use OutputPage::headElement() to generate the <head> tag. |
Definition at line 18 of file Modern.php.
SkinModern::getPoweredBy | ( | ) |
SkinModern::setupSkinUserCss | ( | OutputPage $ | out | ) |
#@-
Add specific styles for this skin
$out | OutputPage |
Reimplemented from SkinTemplate.
Definition at line 31 of file Modern.php.
References $wgJsMimeType, $wgStylePath, $wgStyleVersion, and OutputPage::addStyle().
SkinModern::$skinname = 'modern' |
#@+
Reimplemented from SkinTemplate.
Definition at line 19 of file Modern.php.
SkinModern::$stylename = 'modern' |
Stylesheets set to use.
Subdirectory in skins/ where various stylesheets are located. Child classes should override the default.
Reimplemented from SkinTemplate.
Definition at line 19 of file Modern.php.
SkinModern::$template = 'ModernTemplate' |
For QuickTemplate, the name of the subclass which will actually fill the template.
Child classes should override the default.
Reimplemented from SkinTemplate.
Definition at line 20 of file Modern.php.
SkinModern::$useHeadElement = true |
Whether this skin use OutputPage::headElement() to generate the <head> tag.
Reimplemented from SkinTemplate.
Definition at line 20 of file Modern.php.