diff options
author | xue <> | 2006-03-16 03:06:29 +0000 |
---|---|---|
committer | xue <> | 2006-03-16 03:06:29 +0000 |
commit | 0398196913b7c9920e6163ef8bdef53e5bf92fce (patch) | |
tree | 8accbaa1944a8e4f48256ca34a4e52355b2e8f19 /framework/Web/UI | |
parent | 1686a887483345667dc9ba4f50b69034a18604a8 (diff) |
Changed THttpSession.Storage to UseCustomStorage. Fixed some doc errors.
Diffstat (limited to 'framework/Web/UI')
-rw-r--r-- | framework/Web/UI/TThemeManager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/TThemeManager.php b/framework/Web/UI/TThemeManager.php index 00b3f60f..29b48d90 100644 --- a/framework/Web/UI/TThemeManager.php +++ b/framework/Web/UI/TThemeManager.php @@ -26,7 +26,7 @@ *
* TThemeManager may be configured within page service tag in application
* configuration file as follows,
- * <module id="themes" type="System.Web.UI.TThemeManager"
+ * <module id="themes" class="System.Web.UI.TThemeManager"
* BasePath="Application.themes" BaseUrl="/themes" />
* where {@link getCacheExpire CacheExpire}, {@link getCacheControl CacheControl}
* and {@link getBufferOutput BufferOutput} are configurable properties of THttpResponse.
|