MediaWiki
REL1_20
|
Inherit main code from SkinTemplate, set the CSS and template filter. More...
Public Attributes | |
$skinname = 'myskin' | |
#@+ | |
$stylename = 'myskin' | |
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.
Definition at line 32 of file MySkin.php.
SkinMySkin::$skinname = 'myskin' |
#@+
Reimplemented from SkinTemplate.
Definition at line 33 of file MySkin.php.
SkinMySkin::$stylename = 'myskin' |
Stylesheets set to use.
Subdirectory in skins/ where various stylesheets are located. Child classes should override the default.
Reimplemented from SkinTemplate.
Definition at line 33 of file MySkin.php.
SkinMySkin::$template = 'MonoBookTemplate' |
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 34 of file MySkin.php.
SkinMySkin::$useHeadElement = true |
Whether this skin use OutputPage::headElement() to generate the "<head>" tag.
Reimplemented from SkinTemplate.
Definition at line 34 of file MySkin.php.