diff options
Diffstat (limited to 'templates/template-index.tmpl')
| -rw-r--r-- | templates/template-index.tmpl | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/templates/template-index.tmpl b/templates/template-index.tmpl index 63fb2b5..e6268c5 100644 --- a/templates/template-index.tmpl +++ b/templates/template-index.tmpl @@ -2,15 +2,11 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> - <title><!-- $(ID) --></title> + <title>Photo index: <!-- $(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 index: <!-- $(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> |
