summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-12-31 21:25:37 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-12-31 21:25:37 +0100
commitd928fd7db816c5eb6f57f90ebefb55779aebdcc9 (patch)
tree0a4f21444d67aeef6c26637ed29c0b3ef0cf55f7 /templates
parentdc66e451a966e5ab320451c87ad912a741a71d4e (diff)
downloadcataract-d928fd7db816c5eb6f57f90ebefb55779aebdcc9.tar.xz
Make page titles intelligent
Diffstat (limited to 'templates')
-rw-r--r--templates/template-album.tmpl2
-rw-r--r--templates/template-index.tmpl2
-rw-r--r--templates/template-view_photo.tmpl2
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/template-album.tmpl b/templates/template-album.tmpl
index 03bca5e..5c27ab5 100644
--- a/templates/template-album.tmpl
+++ b/templates/template-album.tmpl
@@ -2,8 +2,8 @@
<!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>Browsing album "<!-- $(ID) -->"</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+ <title><!-- $(PAGE_TITLE) --></title>
<!-- $(CGG_META_TAGS) -->
<link href="styles.css" type="text/css" rel="stylesheet" media="screen, print" />
<script type="text/javascript" src="scripts-general.js"> </script>
diff --git a/templates/template-index.tmpl b/templates/template-index.tmpl
index 44fb508..a07ba05 100644
--- a/templates/template-index.tmpl
+++ b/templates/template-index.tmpl
@@ -2,8 +2,8 @@
<!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>Photo index: <!-- $(ID) --></title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+ <title><!-- $(PAGE_TITLE) --></title>
<!-- $(CGG_META_TAGS) -->
<link href="styles.css" type="text/css" rel="stylesheet" media="screen, print" />
<script type="text/javascript" src="scripts-general.js"> </script>
diff --git a/templates/template-view_photo.tmpl b/templates/template-view_photo.tmpl
index dafff32..d070a6e 100644
--- a/templates/template-view_photo.tmpl
+++ b/templates/template-view_photo.tmpl
@@ -2,8 +2,8 @@
<!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>Viewing photo "<!-- $(FILE_NAME) -->" [<!-- $(FILE_NO) -->/<!-- $(TOTAL_ITEMS) -->]</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+ <title><!-- $(PAGE_TITLE) --></title>
<!-- $(CGG_META_TAGS) -->
<link href="styles.css" type="text/css" rel="stylesheet" media="screen, print" />
<script type="text/javascript" src="scripts-general.js"> </script>