diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-05 20:51:35 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-05 20:51:35 +0000 |
commit | 60b6594fad70d2d49676e02b6123385173bcdae3 (patch) | |
tree | 797c9f570b62a437741fa8c919c5d0cf53aabbeb /templates | |
parent | bbf969dc87143266abb170ec1334fcc444b33fb7 (diff) |
some first draft of an working photo index page
git-svn-id: file:///var/lib/svn/phpfspot/trunk@20 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.tpl | 2 | ||||
-rw-r--r-- | templates/tags.tpl | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/templates/index.tpl b/templates/index.tpl index e38a823..b3e8a16 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -5,7 +5,7 @@ {include file="tags.tpl"} </div> <div id="content"> - {include file="body.tpl"} + {include file="welcome.tpl"} </div> </body> {include file="footer.tpl"} diff --git a/templates/tags.tpl b/templates/tags.tpl index d46ac21..f4664f9 100644 --- a/templates/tags.tpl +++ b/templates/tags.tpl @@ -4,3 +4,5 @@ The following tags have been selected: <br /> <div id='selected_tags'> </div> +<br /> +<a href="javascript:showPhotoIndex();">Photo Index</a> |