diff options
-rw-r--r-- | template/cclear/identification.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/cclear/identification.tpl b/template/cclear/identification.tpl index 3fd1e1e39..41c98b792 100644 --- a/template/cclear/identification.tpl +++ b/template/cclear/identification.tpl @@ -24,7 +24,7 @@ </form> <!-- BEGIN free_access --> <p><a href="./category.php">[ {L_GUEST} ]</a></p> - <a href="register.php"><img src="template/clear/theme/register.gif" style="border:0;" alt=""/> {L_REGISTER}</a> - + <a href="register.php"><img src="template/cclear/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/clear/theme/lost.gif" style="border:0;" alt=""/> {L_FORGET}</a> + <a href="mailto:{MAIL_ADMIN}?subject=[PhpWebGallery] {L_FORGET}"><img src="template/cclear/theme/lost.gif" style="border:0;" alt=""/> {L_FORGET}</a> </div> <!--formbox--> |