diff options
author | Simon McVittie <smcv@debian.org> | 2012-04-06 23:26:54 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2017-09-15 20:43:44 +0100 |
commit | a60bdd73fcfffdfc9b4de8bdd3be3a5a2777c8a8 (patch) | |
tree | c73db04f1fef939bb0b575a8f7e4de5de2235c97 /templates/albumprev.tmpl | |
parent | b2b75ca8297c4c03ea854f5bcf6d0af0e134dc9b (diff) | |
download | ikiwiki-a60bdd73fcfffdfc9b4de8bdd3be3a5a2777c8a8.tar ikiwiki-a60bdd73fcfffdfc9b4de8bdd3be3a5a2777c8a8.tar.gz |
Album plugin v4
Diffstat (limited to 'templates/albumprev.tmpl')
-rw-r--r-- | templates/albumprev.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/albumprev.tmpl b/templates/albumprev.tmpl new file mode 100644 index 000000000..36c00d8f6 --- /dev/null +++ b/templates/albumprev.tmpl @@ -0,0 +1,6 @@ +<div class="album-prev"> + <a href="<TMPL_VAR NAME=PAGEURL>"><span class="album-arrow">←</span></a><br /> + <div class="album-thumbnail"> + <TMPL_VAR NAME=THUMBNAIL> + </div> +</div> |