diff options
Diffstat (limited to 'demos/quickstart/protected/controls')
-rw-r--r-- | demos/quickstart/protected/controls/Layout.tpl | 2 | ||||
-rw-r--r-- | demos/quickstart/protected/controls/TopicList.tpl | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/demos/quickstart/protected/controls/Layout.tpl b/demos/quickstart/protected/controls/Layout.tpl index ac41d1de..2faaf1b0 100644 --- a/demos/quickstart/protected/controls/Layout.tpl +++ b/demos/quickstart/protected/controls/Layout.tpl @@ -50,7 +50,7 @@ </table>
<div id="footer">
-Copyright © 2005-2007 <a href="http://www.pradosoft.com">PradoSoft</a>.
+Copyright © 2005-2012 <a href="http://www.pradosoft.com">PradoSoft</a>.
<br/><br/>
<%= Prado::poweredByPrado() %>
<a href="http://validator.w3.org/check?uri=referer"><img border="0" src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>
diff --git a/demos/quickstart/protected/controls/TopicList.tpl b/demos/quickstart/protected/controls/TopicList.tpl index 94860067..adcdff4a 100644 --- a/demos/quickstart/protected/controls/TopicList.tpl +++ b/demos/quickstart/protected/controls/TopicList.tpl @@ -66,6 +66,7 @@ <ul>
<li><a href="?page=Fundamentals.Services">Page Service</a></li>
<li><a href="?page=Services.SoapService">SOAP Service</a></li>
+ <li><a href="?page=Services.RpcService">RPC Service</a></li>
</ul>
</div>
|