|
@@ -33,7 +33,7 @@ To activate Foreground for all users and anonymous visitors, you need to set the
|
|
|
Use following features in `LocalSettings.php` to change the behavior.
|
|
|
|
|
|
- `showActionsForAnon => true` displays page actions for non-logged-in visitors.
|
|
|
-- `NavWrapperType => 'divonly'`: only a div with id `navwrapper` will be created. `0` - no div will be created (old behavior), other values will be used as class.
|
|
|
+- `NavWrapperType => 'divonly'`: only a div with id `navwrapper` will be created. `'0'` - no div will be created (old behavior), other values will be used as class.
|
|
|
- `showHelpUnderTools => true` a Link to "Help" will be created under "Tools".
|
|
|
- `showRecentChangesUnderTools => true` a Link to "recent changes" will be created under "Tools".
|
|
|
- `IeEdgeCode => 1` will produce a meta tag with "X-UA-Compatible" content="IE=edge", `2` will sent a header, `0` nothing will be done
|