MediaWiki
REL1_19
|
Inherit main code from SkinTemplate, set the CSS and template filter. More...
Public Member Functions | |
setupSkinUserCss (OutputPage $out) | |
Public Attributes | |
$skinname = 'chick' | |
#@+ | |
$stylename = 'chick' | |
Stylesheets set to use. | |
$template = 'MonoBookTemplate' | |
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. |
Inherit main code from SkinTemplate, set the CSS and template filter.
SkinChick::setupSkinUserCss | ( | OutputPage $ | out | ) |
$out | OutputPage |
Reimplemented from SkinTemplate.
Definition at line 27 of file Chick.php.
References OutputPage\addModuleStyles(), and OutputPage\addStyle().
SkinChick::$skinname = 'chick' |
#@+
Reimplemented from SkinTemplate.
SkinChick::$stylename = 'chick' |
Stylesheets set to use.
Subdirectory in skins/ where various stylesheets are located. Child classes should override the default.
Reimplemented from SkinTemplate.
SkinChick::$template = 'MonoBookTemplate' |
For QuickTemplate, the name of the subclass which will actually fill the template.
Child classes should override the default.
Reimplemented from SkinTemplate.
SkinChick::$useHeadElement = true |
Whether this skin use OutputPage::headElement() to generate the <head> tag.
Reimplemented from SkinTemplate.