diff options
author | xue <> | 2006-01-21 16:03:19 +0000 |
---|---|---|
committer | xue <> | 2006-01-21 16:03:19 +0000 |
commit | 99b56c855a597c606d349c7063d843539e65a6ed (patch) | |
tree | 0f5b2c8451d84895f49eee42cb73baa10ee7ebd6 /demos/quickstart | |
parent | dd76d0c2cfa3425c2e8dad54f2bcb12148957db5 (diff) |
Enhanced Prado::using().
Diffstat (limited to 'demos/quickstart')
-rw-r--r-- | demos/quickstart/protected/pages/Controls/Samples/config.xml | 2 | ||||
-rw-r--r-- | demos/quickstart/protected/pages/Fundamentals/Samples/config.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Samples/config.xml b/demos/quickstart/protected/pages/Controls/Samples/config.xml index ecd29bd4..51da9ed0 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/config.xml +++ b/demos/quickstart/protected/pages/Controls/Samples/config.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?>
<configuration>
- <pages MasterClass="Controls.SampleLayout" />
+ <pages MasterClass="SampleLayout" />
</configuration>
\ No newline at end of file diff --git a/demos/quickstart/protected/pages/Fundamentals/Samples/config.xml b/demos/quickstart/protected/pages/Fundamentals/Samples/config.xml index ecd29bd4..51da9ed0 100644 --- a/demos/quickstart/protected/pages/Fundamentals/Samples/config.xml +++ b/demos/quickstart/protected/pages/Fundamentals/Samples/config.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?>
<configuration>
- <pages MasterClass="Controls.SampleLayout" />
+ <pages MasterClass="SampleLayout" />
</configuration>
\ No newline at end of file |