From bdba2c2e41ccd98fe17e53f827994b6cdf120fec Mon Sep 17 00:00:00 2001 From: jeffreyguo Date: Wed, 18 Mar 2015 11:25:26 +1300 Subject: [PATCH] Update 01_SiteConfig.md MINOR: wording errors --- .../02_Developer_Guides/04_Configuration/01_SiteConfig.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/02_Developer_Guides/04_Configuration/01_SiteConfig.md b/docs/en/02_Developer_Guides/04_Configuration/01_SiteConfig.md index 416922db6..5c80ad429 100644 --- a/docs/en/02_Developer_Guides/04_Configuration/01_SiteConfig.md +++ b/docs/en/02_Developer_Guides/04_Configuration/01_SiteConfig.md @@ -16,7 +16,7 @@ throughout the site. Out of the box this includes selecting the current site the <% with $SiteConfig %> $Title $AnotherField - <% end_loop %> + <% end_with %> To access variables in the PHP: @@ -61,12 +61,12 @@ Then activate the extension.
After adding the class and the YAML change, make sure to rebuild your database by visiting http://yoursite.com/dev/build. -You may also need to reload the screen with a `flush=1` i.e http://yoursite.com/admin/settings?flush=1. +You may also need to reload the screen with a `?flush=1` i.e http://yoursite.com/admin/settings?flush=1.
-You can define as many extensions for `SiteConfig` as you need. For example, if you're developing a module and what to +You can define as many extensions for `SiteConfig` as you need. For example, if you're developing a module and want to provide the users a place to configure settings then the `SiteConfig` panel is the place to go it. ## API Documentation -* `[api:SiteConfig]` \ No newline at end of file +* `[api:SiteConfig]`