diff options
Diffstat (limited to 'templates/albumnext.tmpl')
-rw-r--r-- | templates/albumnext.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/albumnext.tmpl b/templates/albumnext.tmpl new file mode 100644 index 000000000..7e92b24e1 --- /dev/null +++ b/templates/albumnext.tmpl @@ -0,0 +1,6 @@ +<div class="album-next"> + <a href="<TMPL_VAR NAME=PAGEURL>"><span class="album-arrow">→</span></a><br /> + <div class="album-thumbnail"> + <TMPL_VAR NAME=THUMBNAIL> + </div> +</div> |