diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-07-17 20:24:56 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-07-17 20:24:56 +0000 |
commit | 984b068b1369819a44bbfc4412476da0da49607f (patch) | |
tree | 77742123fb1ed67c05ee4ce6b65798781dc324ae /templates/single_photo.tpl | |
parent | 94bb73ca0d019247d4f08fb03a7f5afc2b5323ee (diff) |
issue50, further code changes to be able to combine tag- and date-search
git-svn-id: file:///var/lib/svn/phpfspot/trunk@219 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates/single_photo.tpl')
-rw-r--r-- | templates/single_photo.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index 5275843..8dfd433 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -1,7 +1,7 @@ <!-- Single photo --> <table> <tr> - <td class="photo_name" style="text-align: left;"> + <td class="content_title" style="text-align: left;"> <b>Photo {$image_name}</b><br /> {$description}<br /> </td> |