diff options
Diffstat (limited to 'templates/template_album.html')
| -rw-r--r-- | templates/template_album.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/template_album.html b/templates/template_album.html index 9f31fb3..3d0af4f 100644 --- a/templates/template_album.html +++ b/templates/template_album.html @@ -24,9 +24,9 @@ <div class="master_content"> <!-- ## Description --> <div class="description"> - <!-- $(BEGIN_GO_UP) --> + <!-- $(ifdef(SHOW_GO_UP)) --><!-- $(ifndef(IS_ROOT)) --> <div class="desc_go_up">:. <a href="$(GO_UP_LINK)">Go Up</a></div> - <!-- $(END_GO_UP) --> + <!-- $(endif(IS_ROOT)) --><!-- $(endif(SHOW_GO_UP)) --> <div class="desc_title"><!-- $(TITLE) --></div> <div class="desc_text"><!-- $(DESCRIPTION) --></div> </div> |
