aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2005-08-19 22:55:19 +0000
committerchrisaga <chrisaga@piwigo.org>2005-08-19 22:55:19 +0000
commitfaaf35d63325f312a3180a72aa1c0abca273904d (patch)
treeebfcf0e1b8ae8005ee7b5e4a646623f5fe6d7a83
parentfc5e8e27c7a7bb9335bb8d1cca32bd5f7431ce7d (diff)
fix images path
git-svn-id: http://piwigo.org/svn/trunk@838 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--template/cclear/identification.tpl4
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=""/>&nbsp;{L_REGISTER}</a>&nbsp;&nbsp;-&nbsp;&nbsp;
+ <a href="register.php"><img src="template/cclear/theme/register.gif" style="border:0;" alt=""/>&nbsp;{L_REGISTER}</a>&nbsp;&nbsp;-&nbsp;&nbsp;
<!-- END free_access -->
- <a href="mailto:{MAIL_ADMIN}?subject=[PhpWebGallery] {L_FORGET}"><img src="template/clear/theme/lost.gif" style="border:0;" alt=""/>&nbsp;{L_FORGET}</a>
+ <a href="mailto:{MAIL_ADMIN}?subject=[PhpWebGallery] {L_FORGET}"><img src="template/cclear/theme/lost.gif" style="border:0;" alt=""/>&nbsp;{L_FORGET}</a>
</div> <!--formbox-->