diff options
Diffstat (limited to '')
-rw-r--r-- | template/default/picture.vtp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template/default/picture.vtp b/template/default/picture.vtp index 2e20a4949..66fe213ac 100644 --- a/template/default/picture.vtp +++ b/template/default/picture.vtp @@ -1,6 +1,6 @@ <html> <head> - {#page_style} + {#style} <!-- Specific style to picture.php--> <style type="text/css"> .commentsAuthor,.commentsTitle,.commentsInfos,.commentsContent,.commentsNavigationBar { @@ -44,6 +44,7 @@ <title>{#page_title}</title> </head> <body> + {#header} <table style="width:100%;height:100%;"> <tr align="center" valign="middle"> <td> @@ -162,5 +163,6 @@ </tr> <!--/VTP_comments--> </table> + {#footer} </body> </html>
\ No newline at end of file |