summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/template-album.tmpl1
-rw-r--r--templates/template-index.tmpl1
-rw-r--r--templates/template-view_photo.tmpl1
3 files changed, 3 insertions, 0 deletions
diff --git a/templates/template-album.tmpl b/templates/template-album.tmpl
index 4942fa8..c018057 100644
--- a/templates/template-album.tmpl
+++ b/templates/template-album.tmpl
@@ -5,6 +5,7 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>$(PAGE_TITLE)</title>
<!-- $(CGG_META_TAGS) -->
+<!-- $(CGG_ATOM_FEED_TAGS) -->
<link href="$(TEMPLATES_PATH)styles.css" type="text/css" rel="stylesheet" media="screen, print" />
<script type="text/javascript" src="$(TEMPLATES_PATH)scripts-general.js"> </script>
</head>
diff --git a/templates/template-index.tmpl b/templates/template-index.tmpl
index 994c550..b2c7dba 100644
--- a/templates/template-index.tmpl
+++ b/templates/template-index.tmpl
@@ -5,6 +5,7 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>$(PAGE_TITLE)</title>
<!-- $(CGG_META_TAGS) -->
+<!-- $(CGG_ATOM_FEED_TAGS) -->
<link href="$(TEMPLATES_PATH)styles.css" type="text/css" rel="stylesheet" media="screen, print" />
<script type="text/javascript" src="$(TEMPLATES_PATH)scripts-general.js"> </script>
</head>
diff --git a/templates/template-view_photo.tmpl b/templates/template-view_photo.tmpl
index 917ac0f..7fe58e2 100644
--- a/templates/template-view_photo.tmpl
+++ b/templates/template-view_photo.tmpl
@@ -5,6 +5,7 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>$(PAGE_TITLE)</title>
<!-- $(CGG_META_TAGS) -->
+<!-- $(CGG_ATOM_FEED_TAGS) -->
<link href="$(TEMPLATES_PATH)styles.css" type="text/css" rel="stylesheet" media="screen, print" />
<script type="text/javascript" src="$(TEMPLATES_PATH)scripts-general.js"> </script>
</head>