diff options
Diffstat (limited to 'templates/template-album.tmpl')
| -rw-r--r-- | templates/template-album.tmpl | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/templates/template-album.tmpl b/templates/template-album.tmpl index 7123b5a..75d55e5 100644 --- a/templates/template-album.tmpl +++ b/templates/template-album.tmpl @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title><!-- $(PAGE_TITLE) --></title> + <title>$(PAGE_TITLE)</title> <!-- $(CGG_META_TAGS) --> <link href="styles.css" type="text/css" rel="stylesheet" media="screen, print" /> <script type="text/javascript" src="scripts-general.js"> </script> @@ -34,17 +34,17 @@ <div class="album_thumbs"> <!-- $(BEGIN_IMG_LIST) --> <!-- $(BEGIN_IMG_LIST_LANDSCAPE) --> - <div class="album_item" id="<!-- $(IMG_LIST_ID) -->"> - <a href="<!-- $(IMG_SUBPAGE) -->"> - <img src="<!-- $(IMG_THUMBNAIL) -->" alt="<!-- $(IMG_TITLE) -->" /> + <div class="album_item" id="$(IMG_LIST_ID)"> + <a href="$(IMG_SUBPAGE)"> + <img src="$(IMG_THUMBNAIL)" alt="$(IMG_TITLE)" /> <span class="album_thumb_text"><!-- $(IMG_FILENAME) --></span> </a> </div> <!-- $(END_IMG_LIST_LANDSCAPE) --> <!-- $(BEGIN_IMG_LIST_PORTRAIT) --> - <div class="album_item" id="<!-- $(IMG_LIST_ID) -->"> - <a href="<!-- $(IMG_SUBPAGE) -->"> - <img src="<!-- $(IMG_THUMBNAIL) -->" alt="<!-- $(IMG_TITLE) -->" class="portrait" /> + <div class="album_item" id="$(IMG_LIST_ID)"> + <a href="$(IMG_SUBPAGE)"> + <img src="$(IMG_THUMBNAIL)" alt="$(IMG_TITLE)" class="portrait" /> <span class="album_thumb_text"><!-- $(IMG_FILENAME) --></span> </a> </div> |
