diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-07-11 17:00:51 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-07-11 17:00:51 +0000 |
commit | a504ea9f15aa4235014022c6d777563396332360 (patch) | |
tree | 51b8c370f9d231305fd350d61c5fb593190b7ec6 | |
parent | 82778dd9e72a9f424fe6d66ce866cbf4ba178c2c (diff) |
improved the welcome text
git-svn-id: file:///var/lib/svn/phpfspot/trunk@190 fa6a889d-dae6-447d-9e79-4ba9a3039384
-rw-r--r-- | templates/welcome.tpl | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/templates/welcome.tpl b/templates/welcome.tpl index 11d01b7..9845755 100644 --- a/templates/welcome.tpl +++ b/templates/welcome.tpl @@ -2,7 +2,7 @@ <table> <tr> <td class="index_header" style="text-align: left;"> - Welcome to the finest photo gallery for F-Spot<br /> + phpfspot welcomes you to a dynamic photo gallery for <a href="http://f-spot.org" target="_blank">F-Spot</a><br /> </td> </tr> <tr> @@ -11,13 +11,14 @@ <table> <tr> <td> -This application targets to provide an easy way, to presentate<br /> -your f-spot pictures in the web, in a way you don't need any of<br /> -current web2.0 providers or setup complex apps like gallery<br /> +This application targets to provide an easy way, to presentate your F-Spot<br /> +pictures in the web, in a way where you do not need any of the current<br /> +web2.0 providers or setup complex apps like gallery<br /> <br /> -I suggest that you change this text after you have finished the installation ;) +You can addept this welcome page in the file "welcome.tpl" in the template<br /> +directory. ;) <br /><br /> -<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> +<a href="javascript:showPhotoIndex();">[ Click here to take a look at your photo index or select a tag from the list on the left ]</a> </td> </tr> </table> |