diff options
author | rub <rub@piwigo.org> | 2008-02-28 06:31:40 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2008-02-28 06:31:40 +0000 |
commit | a95bc3f7daced06c4a8fc148cfea92c4451dc805 (patch) | |
tree | decd90a547c029fad7c748ec302984098a3c031e /picture.php | |
parent | c73923204927f406d492491398980d3aa429c4eb (diff) |
Resolved issue 0000807: New slideshow features
Fix bad <link rel="up"> in the header
git-svn-id: http://piwigo.org/svn/trunk@2224 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | picture.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/picture.php b/picture.php index 26e461daf..052d9c325 100644 --- a/picture.php +++ b/picture.php @@ -633,7 +633,7 @@ else ) ); $template->assign_block_vars( - 'thumbnails',array('U_UP' => $url_up)); + 'up',array('U_URL' => $url_up)); } $template->assign_vars( |