diff options
Diffstat (limited to '')
-rw-r--r-- | template/default/identification.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/default/identification.tpl b/template/default/identification.tpl index d180676fc..c048e0d0f 100644 --- a/template/default/identification.tpl +++ b/template/default/identification.tpl @@ -49,9 +49,9 @@ <td colspan="3" align="center"> <!-- BEGIN free_access --> <p><a href="./category.php">[ {L_GUEST} ]</a></p> - <a href="register.php"><img src="./template/{T_STYLE}/theme/register.gif" style="border:0;" alt=""/> {L_REGISTER}</a> - + <a href="register.php"><img src="template/default/theme/register.gif" style="border:0;" alt=""/> {L_REGISTER}</a> - <!-- END free_access --> - <a href="mailto:{MAIL_ADMIN}?subject=[PhpWebGallery] {L_FORGET}"><img src="./template/{T_STYLE}/theme/lost.gif" style="border:0;" alt=""/> {L_FORGET}</a> + <a href="mailto:{MAIL_ADMIN}?subject=[PhpWebGallery] {L_FORGET}"><img src="template/default/theme/lost.gif" style="border:0;" alt=""/> {L_FORGET}</a> </td> </tr> </table> |