summaryrefslogtreecommitdiff
path: root/share/templates/default/header.tmpl
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-05-09 10:15:23 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-05-09 10:15:23 +0200
commitcd3e338ef309f389adef386b8ece02f919d01693 (patch)
tree26d894eb706ccc0d3526c9b8dbec1abba86782aa /share/templates/default/header.tmpl
parent8966330880e0d6aa1ad59ae4599b0dfd3fb425b2 (diff)
refactor
Diffstat (limited to 'share/templates/default/header.tmpl')
-rw-r--r--share/templates/default/header.tmpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/share/templates/default/header.tmpl b/share/templates/default/header.tmpl
index 7d8e5a8..b25143b 100644
--- a/share/templates/default/header.tmpl
+++ b/share/templates/default/header.tmpl
@@ -1,5 +1,5 @@
-if [ "${IS_SUBALBUM}" = yes ]; then
- GOTO_OVERVIEW="<br /><br /><a href='${BACKHREF}/index.html'>Go to Album overview</a>"
+if [ "${is_subalbum}" = yes ]; then
+ GOTO_OVERVIEW="<br /><br /><a href='${backhref}/index.html'>Go to Album overview</a>"
fi
cat <<END
<html>
@@ -10,6 +10,7 @@ cat <<END
background-color: #000000;
color: #FFFFFF;
font-family: verdana, sans-serif;
+ width: 100%;
}
a {
color: #FFFFFF;