diff options
Diffstat (limited to 'share/templates/default/next.tmpl')
| -rw-r--r-- | share/templates/default/next.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/templates/default/next.tmpl b/share/templates/default/next.tmpl index a4165dc..48287af 100644 --- a/share/templates/default/next.tmpl +++ b/share/templates/default/next.tmpl @@ -1,5 +1,5 @@ cat <<END -<p> - <a href='${next}.html'>Next ${MAXPREVIEWS} pictures of current Album</a> -</p> +<div class="navigator"> + <a href='${next}.html'>Next ${MAXPREVIEWS} pictures⇒</a> +</div> END |
