diff options
Diffstat (limited to 'templates/page.tmpl')
-rw-r--r-- | templates/page.tmpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 471ed1a7d..61d22723f 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -73,6 +73,15 @@ Links: <TMPL_LOOP NAME="BACKLINKS"> <a href="<TMPL_VAR NAME=URL>"><TMPL_VAR NAME=PAGE></a> </TMPL_LOOP> +<TMPL_IF NAME="MORE_BACKLINKS"> +<span class="popup">... +<span class="expand"> +<TMPL_LOOP NAME="MORE_BACKLINKS"> +<a href="<TMPL_VAR NAME=URL>"><TMPL_VAR NAME=PAGE></a> +</TMPL_LOOP> +</span> +</span> +</TMPL_IF> </TMPL_IF> </div> |