summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-08-14 22:30:31 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-08-14 22:30:31 +0200
commit7dcce8c12fa693471efbae7f2fef8d7b102aacfb (patch)
tree3ee1a110e53a57afecb16dc5360877320a666b74 /templates
parent5a020e6640b2723a57176e6596ea665442d53672 (diff)
downloadcataract-7dcce8c12fa693471efbae7f2fef8d7b102aacfb.tar.xz
Treat meta tags in a cleaner way
Diffstat (limited to 'templates')
-rw-r--r--templates/template-album.tmpl4
-rw-r--r--templates/template-index.tmpl4
-rw-r--r--templates/template-view_photo.tmpl4
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>