Page Menu
Home
Wolfplex
Search
Configure Global Search
Log In
Files
F450037
foreground.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
foreground.php
View Options
<?php
/**
* foreground.com foundation wiki skin.
*
* @file
* @ingroup Skins
* @author WikiWonders <skins@wikiwonders.net>
* @license 2-clause BSD
*/
if
(
!
defined
(
'MEDIAWIKI'
))
{
die
(
'Wiki Wonders What Youre Doing'
);
}
$wgExtensionCredits
[
'skin'
][]
=
array
(
'path'
=>
__FILE__
,
'name'
=>
'foreground'
,
'url'
=>
'[http://wikiwonders.net]'
,
'author'
=>
'[http://wikiwonders.net WikiWonders]'
,
'descriptionmsg'
=>
'The base WikiWonders skin with Zurbs Foundation atop it'
,
);
$wgValidSkinNames
[
'foreground'
]
=
'foreground'
;
$wgAutoloadClasses
[
'Skinforeground'
]
=
__DIR__
.
'/foreground.skin.php'
;
$wgExtensionMessagesFiles
[
'foreground'
]
=
__DIR__
.
'/foreground.i18n.php'
;
$wgResourceModules
[
'skins.foreground'
]
=
array
(
'styles'
=>
array
(
'foreground/assets/stylesheets/normalize.css'
=>
array
(
'media'
=>
'screen'
),
'foreground/assets/stylesheets/foundation.css'
=>
array
(
'media'
=>
'screen'
),
'foreground/assets/stylesheets/foreground.css'
=>
array
(
'media'
=>
'screen'
),
'foreground/assets/stylesheets/foreground-print.css'
=>
array
(
'media'
=>
'print'
),
'foreground/assets/stylesheets/jquery.autocomplete.css'
=>
array
(
'media'
=>
'screen'
),
'foreground/assets/stylesheets/responsive-tables.css'
=>
array
(
'media'
=>
'screen'
)
),
'scripts'
=>
array
(
'foreground/assets/scripts/foundation/jquery.tooltips.js'
=>
array
(
'type'
=>
'javascript'
),
'foreground/assets/scripts/foundation/modernizer.foundation.js'
=>
array
(
'type'
=>
'javascript'
),
'foreground/assets/scripts/foundation/jquery.placeholder.min.js'
=>
array
(
'type'
=>
'javascript'
),
'foreground/assets/scripts/foreground.js'
=>
array
(
'type'
=>
'javascript'
)
),
'remoteBasePath'
=>
&
$GLOBALS
[
'wgStylePath'
],
'localBasePath'
=>
&
$GLOBALS
[
'wgStyleDirectory'
]
);
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Mar 10, 2:40 AM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
71459
Default Alt Text
foreground.php (1 KB)
Attached To
rKIBA kiba-one
Event Timeline
Log In to Comment