diff options
author | chrisaga <chrisaga@piwigo.org> | 2005-08-19 22:55:19 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2005-08-19 22:55:19 +0000 |
commit | faaf35d63325f312a3180a72aa1c0abca273904d (patch) | |
tree | ebfcf0e1b8ae8005ee7b5e4a646623f5fe6d7a83 /template/cclear | |
parent | fc5e8e27c7a7bb9335bb8d1cca32bd5f7431ce7d (diff) |
fix images path
git-svn-id: http://piwigo.org/svn/trunk@838 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/cclear')
-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--> |