summaryrefslogtreecommitdiff
path: root/templates/template_album.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/template_album.html')
-rw-r--r--templates/template_album.html20
1 files changed, 19 insertions, 1 deletions
diff --git a/templates/template_album.html b/templates/template_album.html
index 3d0af4f..5413c5e 100644
--- a/templates/template_album.html
+++ b/templates/template_album.html
@@ -14,7 +14,25 @@
<!-- ## Navigation bar -->
<div class="navigation">
- <div class="navlinks"><!-- $(NAV_BAR) --></div>
+ <div class="navlinks">
+ <!-- $(BEGIN_NAV_BAR) -->
+ <!-- $(BEGIN_NAV_BAR_FIRST) -->
+ <a href="$(NAV_BAR_ELEM_LINK)" rel="home"><!-- $(NAV_BAR_ELEM_TITLE) --></a> &gt;
+ <!-- $(END_NAV_BAR_FIRST) -->
+ <!-- $(BEGIN_NAV_BAR_ELEM) -->
+ <a href="$(NAV_BAR_ELEM_LINK)"><!-- $(NAV_BAR_ELEM_TITLE) --></a> &gt;
+ <!-- $(END_NAV_BAR_ELEM) -->
+ <!-- $(BEGIN_NAV_BAR_LAST) -->
+ <a href="$(NAV_BAR_ELEM_LINK)"><!-- $(NAV_BAR_ELEM_TITLE) --></a> &gt;
+ <!-- $(END_NAV_BAR_LAST) -->
+ <!-- $(BEGIN_NAV_BAR_CURRENT) -->
+ <!-- $(NAV_BAR_ELEM_TITLE) -->
+ <!-- $(END_NAV_BAR_CURRENT) -->
+ <!-- $(BEGIN_NAV_BAR_CURRENT_ROOT) -->
+ <!-- $(NAV_BAR_ELEM_TITLE) -->
+ <!-- $(END_NAV_BAR_CURRENT_ROOT) -->
+ <!-- $(END_NAV_BAR) -->
+ </div>
<div class="navposition">
<span class="navposnumber"><!-- $(TOTAL_ITEMS) --> items</span>
</div>