Ignore:
Timestamp:
Feb 25, 2013, 10:16:10 PM (11 years ago)
Author:
rvelices
Message:

on picture.php replace U_ADMIN url with U_PHOTO_ADMIN url to avoid being overriden by menubar and having to redefine it (U_ADMIN still there for 2.5 version for backward compatibility)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/picture.tpl

    r19581 r21039  
    8888        </a>
    8989{/if}{/strip}
    90 {strip}{if isset($U_ADMIN)}
    91         <a href="{$U_ADMIN}" title="{'Modify information'|@translate}" class="pwg-state-default pwg-button" rel="nofollow">
     90{strip}{if isset($U_PHOTO_ADMIN)}
     91        <a href="{$U_PHOTO_ADMIN}" title="{'Modify information'|@translate}" class="pwg-state-default pwg-button" rel="nofollow">
    9292                <span class="pwg-icon pwg-icon-edit"> </span><span class="pwg-button-text">{'Edit'|@translate}</span>
    9393        </a>
Note: See TracChangeset for help on using the changeset viewer.