Changeset 5305


Ignore:
Timestamp:
Mar 24, 2010, 1:54:39 AM (14 years ago)
Author:
patdenice
Message:

Feature 1533: Bug corrected on favorite option and navigation bar.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/picture.php

    r5304 r5305  
    788788
    789789// favorite manipulation
    790 if (!is_a_guest())
     790if (!is_a_guest() and $conf['picture_favorite_icon'])
    791791{
    792792  // verify if the picture is already in the favorite of the user
  • trunk/themes/default/template/picture_nav_buttons.tpl

    r5293 r5305  
    11  <div class="navButtons">
    22
    3 {if $DISPLAY_NAV_BUTTONS and !isset($slideshow)}
     3{if $DISPLAY_NAV_BUTTONS or isset($slideshow)}
    44{if isset($last)}
    55  <a class="navButton" href="{$last.U_IMG}" title="{'Last'|@translate} : {$last.TITLE}" rel="last"><img src="{$ROOT_URL}{$themeconf.icon_dir}/last.png" class="button" alt="{'Last'|@translate}"></a>
Note: See TracChangeset for help on using the changeset viewer.