From 6c31dd43268dc5cccc91968415cf03350a517c92 Mon Sep 17 00:00:00 2001 From: patdenice Date: Wed, 24 Mar 2010 00:54:39 +0000 Subject: Feature 1533: Bug corrected on favorite option and navigation bar. git-svn-id: http://piwigo.org/svn/trunk@5305 68402e56-0260-453c-a942-63ccdbb3a9ee --- picture.php | 2 +- themes/default/template/picture_nav_buttons.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/picture.php b/picture.php index 7bb52056e..6c16c713d 100644 --- a/picture.php +++ b/picture.php @@ -787,7 +787,7 @@ if (is_admin()) } // favorite manipulation -if (!is_a_guest()) +if (!is_a_guest() and $conf['picture_favorite_icon']) { // verify if the picture is already in the favorite of the user $query = ' diff --git a/themes/default/template/picture_nav_buttons.tpl b/themes/default/template/picture_nav_buttons.tpl index f0e1300b5..c2a34eb5f 100644 --- a/themes/default/template/picture_nav_buttons.tpl +++ b/themes/default/template/picture_nav_buttons.tpl @@ -1,6 +1,6 @@