MediaWiki
REL1_24
|
BaseTemplate class for the fallback skin. More...
Public Member Functions | |
execute () | |
Outputs the entire contents of the page. | |
Private Member Functions | |
buildHelpfulInformationMessage () | |
Inform the user why they are seeing this skin. | |
findInstalledSkins () |
BaseTemplate class for the fallback skin.
Definition at line 15 of file SkinFallbackTemplate.php.
SkinFallbackTemplate::buildHelpfulInformationMessage | ( | ) | [private] |
Inform the user why they are seeing this skin.
Definition at line 40 of file SkinFallbackTemplate.php.
References $skin, array(), as, findInstalledSkins(), SkinFactory\getDefaultInstance(), and BaseTemplate\getMsg().
Referenced by execute().
Outputs the entire contents of the page.
No navigation (other than search box), just the big warning message and page content.
Reimplemented from QuickTemplate.
Definition at line 79 of file SkinFallbackTemplate.php.
References action, array(), buildHelpfulInformationMessage(), form, QuickTemplate\html(), label, BaseTemplate\makeSearchButton(), BaseTemplate\makeSearchInput(), BaseTemplate\msg(), name, php, BaseTemplate\printTrail(), and type.
SkinFallbackTemplate::findInstalledSkins | ( | ) | [private] |
Definition at line 19 of file SkinFallbackTemplate.php.
Referenced by buildHelpfulInformationMessage().