]> www.average.org Git - mkgallery.git/blobdiff - include/header.pl
work in progress on rss generation
[mkgallery.git] / include / header.pl
index 62ef345d90c0aec5e056ad1730a8260dc21071e0..e6cbdd07914ae09a837ff7b011e8014252f4275f 100644 (file)
@@ -5,7 +5,9 @@
 # $_{-version}         SVN release of the running script
 # $_{-depth}           subdir depth relative to the "top" with .gallery2
 # $_{-title}           title of the current subdir (.title contents)
-# $_{-breadcrumbs}     not implemented at the moment
+# $_{-path}            path from the dir that contains .gallery2
 
 "<h1 class=\"title\">$_{-title}</h1>".
-($_{-depth}?"<div class=\"linkup\"><a href=\"../index.html\">UP</a></div>":"")
+($_{-depth}?
+       "<div class=\"linkup\"><a href=\"../index.html\">UP</a></div>":
+       "<div class=\"linkup\"><a href=\"/\">HOME</a></div>")