On Tue, Jul 2, 2013 at 11:52 PM, Thomas Gries mail@tgries.de wrote:
Question:
How to contruct the background-image filename from a value in one of the OpenID PHP modules ?
For a single rule, you can get away with something like:
$wgHooks[ 'BeforePageDisplay' ][ ] = function ( &$out, &$skin ) { $out->addHeadItem( 'oauth-provider', '<style>.oauth { color: red; }</style>' ); return true; };