MediaWiki
REL1_22
|
Public Member Functions | |
formatLanguageName ($name) | |
Override langlink formatting behavior not to uppercase the language names. | |
setupSkinUserCss (OutputPage $out) | |
Public Attributes | |
$skinname = 'cologneblue' | |
#@+ | |
$stylename = 'cologneblue' | |
Stylesheets set to use. | |
$template = 'CologneBlueTemplate' | |
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 33 of file CologneBlue.php.
SkinCologneBlue::formatLanguageName | ( | $ | name | ) |
Override langlink formatting behavior not to uppercase the language names.
See otherLanguages() in CologneBlueTemplate.
Reimplemented from SkinTemplate.
Definition at line 51 of file CologneBlue.php.
References $name.
$out | OutputPage |
Reimplemented from SkinTemplate.
Definition at line 41 of file CologneBlue.php.
References OutputPage\addModuleStyles().
SkinCologneBlue::$skinname = 'cologneblue' |
#@+
Reimplemented from SkinTemplate.
Definition at line 34 of file CologneBlue.php.
SkinCologneBlue::$stylename = 'cologneblue' |
Stylesheets set to use.
Subdirectory in skins/ where various stylesheets are located. Child classes should override the default.
Reimplemented from SkinTemplate.
Definition at line 34 of file CologneBlue.php.
SkinCologneBlue::$template = 'CologneBlueTemplate' |
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 35 of file CologneBlue.php.
SkinCologneBlue::$useHeadElement = true |
Whether this skin use OutputPage::headElement() to generate the "<head>" tag.
Reimplemented from SkinTemplate.
Definition at line 36 of file CologneBlue.php.