Ignore:
Timestamp:
Oct 31, 2009, 5:55:24 PM (14 years ago)
Author:
Eric
Message:

[NBC_UserAdvManager] Merged from Trunk to Branch 2.12 :
Bug 1221 fixed - Adding of a new funtion to populate the lastvisit table on Ghost Tracker activation

Bug 1224 fixed - Error in database after plugin activation

Bug 1225 fixed - "Reminder" status don't change from "false" to "true" after the sent of a reminder email

Some code beautify (SQL requests and HTML 4 strict for tpl)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBC_UserAdvManager/branches/2.12/ConfirmMail.tpl

    r4144 r4160  
    66      {if isset($GALLERY_URL) }
    77        <a href="{$GALLERY_URL}" title="{'return to homepage'|@translate}">
    8           <img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"/>
     8          <img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}">
    99        </a>
    1010      {else}
    1111        <a href="{$U_HOME}" title="{'return to homepage'|@translate}">
    12           <img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"/>
     12          <img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}">
    1313        </a>
    1414      {/if}
Note: See TracChangeset for help on using the changeset viewer.