[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Source view] [Print] [Project Stats]
Cologne Blue: A nicer-looking alternative to Standard. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
File Size: | 645 lines (18 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
SkinCologneBlue:: (2 methods):
setupSkinUserCss()
formatLanguageName()
CologneBlueTemplate:: (15 methods):
execute()
variantLinks()
otherLanguages()
renderAfterPortlet()
pageTitleLinks()
processBottomLink()
bottomLinks()
talkLink()
processNavlinkForDocument()
beforeContent()
afterContent()
sysLinks()
sidebarAdditions()
quickBar()
searchForm()
Class: SkinCologneBlue - X-Ref
setupSkinUserCss( OutputPage $out ) X-Ref |
param: OutputPage $out |
formatLanguageName( $name ) X-Ref |
Override langlink formatting behavior not to uppercase the language names. See otherLanguages() in CologneBlueTemplate. param: string $name return: string |
Class: CologneBlueTemplate - X-Ref
execute() X-Ref |
No description |
variantLinks() X-Ref |
Language/charset variant links for classic-style skins return: string |
otherLanguages() X-Ref |
No description |
renderAfterPortlet( $name ) X-Ref |
param: string $name |
pageTitleLinks() X-Ref |
No description |
processBottomLink( $key, $navlink, $message = null ) X-Ref |
Used in bottomLinks() to eliminate repetitive code. param: string $key Key to be passed to makeListItem() param: array $navlink Navlink suitable for processNavlinkForDocument() param: string $message Key of the message to use in place of standard text return: string |
bottomLinks() X-Ref |
No description |
talkLink() X-Ref |
No description |
processNavlinkForDocument( $navlink, $idPrefix = 'cb-' ) X-Ref |
Takes a navigational link generated by SkinTemplate in whichever way and mangles attributes unsuitable for repeated use. In particular, this modifies the ids and removes the accesskeys. This is necessary to be able to use the same navlink twice, e.g. in sidebar and in footer. param: array $navlink Navigational link generated by SkinTemplate param: mixed $idPrefix Prefix to add to id of this navlink. If false, id |
beforeContent() X-Ref |
return: string |
afterContent() X-Ref |
return: string |
sysLinks() X-Ref |
return: string |
sidebarAdditions( $bar ) X-Ref |
Adds CologneBlue-specific items to the sidebar: qbedit, qbpageoptions and qbmyoptions menus. param: array $bar Sidebar data return: array Modified sidebar data |
quickBar() X-Ref |
Compute the sidebar return: string |
searchForm( $which ) X-Ref |
param: string $label return: string |
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |