On Mon, Jan 20, 2014 at 4:50 PM, Bill Traynor <[email protected]> wrote: > On Mon, Jan 20, 2014 at 4:11 PM, Daniel Friesen > <[email protected]> wrote: >> On 2014-01-20 1:07 PM, Bill Traynor wrote: >>> Given that the goal of a subskin is to not have to make any changes to >>> core code, what is the line: $out->addModuleStyles( "skins.myskin" ) >>> doing? Isn't that saying to load a module called skins.myskin? >> Yes, you put your custom css into that module. And because >> parent::setupSkinUserCss is called this means that both your module and >> vector's are loaded. > > Does the module go into Resources.php? Isn't editing Resources.php > effectively editing a core MediaWiki file?
I see now. The $wgResourceModules statement in myskin.php loads the appropriate module, hence no editing of Resources.php is necessary. > >> >> ~Daniel Friesen (Dantman, Nadir-Seen-Fire) [http://danielfriesen.name/] >> >> >> >> _______________________________________________ >> MediaWiki-l mailing list >> [email protected] >> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
