diff options
Diffstat (limited to 'templates/template-album.tmpl')
| -rw-r--r-- | templates/template-album.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/template-album.tmpl b/templates/template-album.tmpl index 5c27ab5..f8e0a06 100644 --- a/templates/template-album.tmpl +++ b/templates/template-album.tmpl @@ -19,6 +19,7 @@ <td align="right"><b><!-- $(TOTAL_ITEMS) --> items</b></td></tr></table> </div> +<div class="master_content"> <!-- ## Description --> <div class="desc"> @@ -61,11 +62,14 @@ <!-- Dirty hack to add free space at the bottom of the page --> <div style="display: block; float: left; height: 240px;"></div> + <!-- ## Footnote --> <div class="desc" style="clear: both;"> <div class="desc_text"><!-- $(FOOTNOTE) --></div> </div> +</div> <!-- end of master_content --> + <!-- ## Footer --> <!-- $(FOOTER) --> |
