diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/template-album.tmpl | 4 | ||||
| -rw-r--r-- | templates/template-index.tmpl | 4 | ||||
| -rw-r--r-- | templates/template-view_photo.tmpl | 4 |
3 files changed, 3 insertions, 9 deletions
diff --git a/templates/template-album.tmpl b/templates/template-album.tmpl index 33a0af5..ead7eaa 100644 --- a/templates/template-album.tmpl +++ b/templates/template-album.tmpl @@ -4,9 +4,7 @@ <head> <title>Browsing album "<!-- $(ID) -->"</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <meta name="generator" content="<!-- $(META_GENERATOR) -->" /> - <meta name="description" content="Photo album: <!-- $(ID) -->" /> - <meta name="author" content="<!-- $(META_AUTHOR) -->" /> +<!-- $(CGG_META_TAGS) --> <link href="styles.css" type="text/css" rel="stylesheet" media="screen, print" /> <script type="text/javascript" src="scripts-general.js"> </script> </head> diff --git a/templates/template-index.tmpl b/templates/template-index.tmpl index e6268c5..1feecf6 100644 --- a/templates/template-index.tmpl +++ b/templates/template-index.tmpl @@ -4,9 +4,7 @@ <head> <title>Photo index: <!-- $(ID) --></title> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <meta name="generator" content="<!-- $(META_GENERATOR) -->" /> - <meta name="description" content="Photo index: <!-- $(ID) -->" /> - <meta name="author" content="<!-- $(META_AUTHOR) -->" /> +<!-- $(CGG_META_TAGS) --> <link href="styles.css" type="text/css" rel="stylesheet" media="screen, print" /> <script type="text/javascript" src="scripts-general.js"> </script> </head> diff --git a/templates/template-view_photo.tmpl b/templates/template-view_photo.tmpl index 2a1875f..8b54c4f 100644 --- a/templates/template-view_photo.tmpl +++ b/templates/template-view_photo.tmpl @@ -4,9 +4,7 @@ <head> <title>Viewing photo "<!-- $(FILE_NAME) -->" [<!-- $(FILE_NO) -->/<!-- $(TOTAL_ITEMS) -->]</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <meta name="generator" content="<!-- $(META_GENERATOR) -->" /> - <meta name="description" content="Viewing photo '<!-- $(FILE_NAME) -->'" /> - <meta name="author" content="<!-- $(META_AUTHOR) -->" /> +<!-- $(CGG_META_TAGS) --> <link href="styles.css" type="text/css" rel="stylesheet" media="screen, print" /> <script type="text/javascript" src="scripts-general.js"> </script> </head> |
