diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-07-05 04:15:22 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-07-05 04:15:22 +0000 |
commit | 39b656fc2d82f9374b2c2e3baa1c60a268945bff (patch) | |
tree | 696be8287bbdcce54b07148a8add1c5449016985 | |
parent | 8f56c03f5e097d31ba940e6f97f65e0e23ae3861 (diff) |
also show a hint that the photo index can be displayed by
selecting a tag from the tag-list
git-svn-id: file:///var/lib/svn/phpfspot/trunk@163 fa6a889d-dae6-447d-9e79-4ba9a3039384
-rw-r--r-- | templates/welcome.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/welcome.tpl b/templates/welcome.tpl index 992b957..11d01b7 100644 --- a/templates/welcome.tpl +++ b/templates/welcome.tpl @@ -17,7 +17,7 @@ current web2.0 providers or setup complex apps like gallery<br /> <br /> I suggest that you change this text after you have finished the installation ;) <br /><br /> -<a href="javascript:showPhotoIndex();">Click here to take a look on your photo index</a> +<a href="javascript:showPhotoIndex();">[ Click here to take a look on your photo index or select a tag from the list on the left ]</a> </td> </tr> </table> |