diff options
Diffstat (limited to 'templates/template-album.tmpl')
| -rw-r--r-- | templates/template-album.tmpl | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/templates/template-album.tmpl b/templates/template-album.tmpl index 217c7b7..33a0af5 100644 --- a/templates/template-album.tmpl +++ b/templates/template-album.tmpl @@ -4,13 +4,9 @@ <head> <title>Browsing album "<!-- $(ID) -->"</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <meta name="generator" content="Bluefish 1.0.6" /> - <meta name="date" content="2007-01-06T22:48:18+0100" /> + <meta name="generator" content="<!-- $(META_GENERATOR) -->" /> <meta name="description" content="Photo album: <!-- $(ID) -->" /> - <meta name="ROBOTS" content="NOINDEX, NOFOLLOW" /> - <meta http-equiv="content-style-type" content="text/css "/> - <link href="support/folder-saved-search.png" type="image/png" rel="icon" /> - <!-- link rel="shortcut icon" href="http://primates.ximian.com/%7Ejimmac/photos/favicon.ico" type="image/x-icon" / --> + <meta name="author" content="<!-- $(META_AUTHOR) -->" /> <link href="styles.css" type="text/css" rel="stylesheet" media="screen, print" /> <script type="text/javascript" src="scripts-general.js"> </script> </head> |
