summaryrefslogtreecommitdiff
path: root/demos/personal
diff options
context:
space:
mode:
authorxue <>2005-11-16 16:08:11 +0000
committerxue <>2005-11-16 16:08:11 +0000
commit5ae99509724875aeb6fa3e602ac57bb696318237 (patch)
treea752482b4b6b6112b322ac57fb0902570929a6ca /demos/personal
parent815d085173ff2ee4bc5ba5de6343114acb0e8a92 (diff)
Diffstat (limited to 'demos/personal')
-rw-r--r--demos/personal/protected/pages/Layout.tpl12
1 files changed, 7 insertions, 5 deletions
diff --git a/demos/personal/protected/pages/Layout.tpl b/demos/personal/protected/pages/Layout.tpl
index 500abf3b..bf3cd7ac 100644
--- a/demos/personal/protected/pages/Layout.tpl
+++ b/demos/personal/protected/pages/Layout.tpl
@@ -10,14 +10,16 @@
<h1>Your Name Here</h1>
<h2>My Personal Site</h2>
<div class="nav">
- <a href="?sp=page.home">HOME</a> |
- <a href="?sp=page.resume">RESUME</a> |
- <a href="?sp=page.links">LINKS</a> |
- <a href="?sp=page.albums">ALBUMS</a> |
- <a href="?sp=page.login">LOGIN</a>
+ <a href=<%=$this->Service->constructUrl('home') %> >HOME</a> |
+ <a href=<%=$this->Service->constructUrl('resume') %> >RESUME</a> |
+ <a href=<%=$this->Service->constructUrl('links') %> >LINKS</a> |
+ <a href=<%=$this->Service->constructUrl('albums') %> >ALBUMS</a> |
+ <a href=<%=$this->Service->constructUrl('login') %> >LOGIN</a>
</div>
</div>
+<div class="main">
<com:TContentPlaceHolder ID="main" />
+</div>
<div class="footer">
Copyright &copy; 2005 Your Name here.<br/>
Powered by <a href="http://www.pradosoft.com/">PRADO</a>.