Index: trunk/extensions/WebFonts/WebFonts.php |
— | — | @@ -44,6 +44,7 @@ |
45 | 45 | $wgWebFontsEnabledByDefault = true; |
46 | 46 | |
47 | 47 | $wgSpecialPages['WebFonts'] = 'SpecialWebFonts'; |
| 48 | +$wgSpecialPageGroups['WebFonts'] = 'wiki'; |
48 | 49 | |
49 | 50 | $wgResourceModules['ext.webfonts.init'] = array( |
50 | 51 | 'scripts' => 'resources/ext.webfonts.init.js', |