diff options
Diffstat (limited to 'demos/site')
-rw-r--r-- | demos/site/protected/Layouts/MainLayout.tpl | 1 | ||||
-rw-r--r-- | demos/site/protected/Pages/Documentation.page | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/demos/site/protected/Layouts/MainLayout.tpl b/demos/site/protected/Layouts/MainLayout.tpl index 85a7b159..72377ed5 100644 --- a/demos/site/protected/Layouts/MainLayout.tpl +++ b/demos/site/protected/Layouts/MainLayout.tpl @@ -1,3 +1,4 @@ +<!DOCTYPE html> <html> <com:THead Title="PRADO PHP Framework" > <com:TMetaTag HttpEquiv="Content-Language" Content="en" /> diff --git a/demos/site/protected/Pages/Documentation.page b/demos/site/protected/Pages/Documentation.page index 0a4dd73f..25b109ad 100644 --- a/demos/site/protected/Pages/Documentation.page +++ b/demos/site/protected/Pages/Documentation.page @@ -25,7 +25,7 @@ The <a href="<%$ DocsUrl %>/manual/">API Manual</a> contains the documentation f <h2>Tutorials</h2> <ul> - <li><a href="<%$ DemoUrl %>/quickstart/">The QuickStart Tutorial</a> - This tutorial is a definitive guidance showing every aspect of PRADO. It is written in PRADO and contains many demos to show the usage of various PRADO controls. The tutorial is also available as a <a href="/web/20151005191144/http://www.pradosoft.com/docs/quickstart.pdf">PDF file</a>.</li> + <li><a href="<%$ DemoUrl %>/quickstart/">The QuickStart Tutorial</a> - This tutorial is a definitive guidance showing every aspect of PRADO. It is written in PRADO and contains many demos to show the usage of various PRADO controls. The tutorial is also available as a <a href="<%$ DocsUrl %>/quickstart.pdf">PDF file</a>.</li> <li><a href="<%$ DemoUrl %>/blog-tutorial/">The PRADO Blog Tutorial</a> - This tutorial shows how to use PRADO to build a complete Web application. Prior PRADO knowledge is not required.</li> <li><a href="<%$ DemoUrl %>/sqlmap/">The SQLMap Tutorial</a> - This tutorial is a definitive guidance on how to use SQLMap (available since v3.1.0).</li> </ul> |