aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/picture.vtp
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2003-07-01 09:27:20 +0000
committerz0rglub <z0rglub@piwigo.org>2003-07-01 09:27:20 +0000
commit0ec91d8b4834d63c65dcbef6ac49ab5a8f68ddd1 (patch)
treeb21ebe1713021f8f783f10b948acdb03878d5223 /template/default/picture.vtp
parent1080c51deb551ec63677adb842025065fa0999ba (diff)
*** empty log message ***
git-svn-id: http://piwigo.org/svn/trunk@21 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/picture.vtp')
-rw-r--r--template/default/picture.vtp4
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