Ignore:
Timestamp:
Jun 12, 2009, 7:55:25 PM (15 years ago)
Author:
Eric
Message:

ConfirmMail.tpl : $U_HOME replaced by $GALLERY_URL only if $GALLERY_URL is empty.
ConfirmMail.php : $GALLERY_URL set.
main.inc.php : Plugin version (2.10.9b) and history update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBC_UserAdvManager/ConfirmMail.tpl

    r3415 r3416  
    44    <ul class="categoryActions">
    55      <li>
     6      {if isset($GALLERY_URL) }
    67        <a href="{$GALLERY_URL}" title="{'return to homepage'|@translate}">
    78          <img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"/>
    89        </a>
     10      {else}
     11        <a href="{$U_HOME}" title="{'return to homepage'|@translate}">
     12          <img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"/>
     13        </a>
     14      {/if}
    915      </li>
    1016    </ul>
Note: See TracChangeset for help on using the changeset viewer.