diff options
author | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2008-12-20 17:39:55 +0000 |
---|---|---|
committer | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2008-12-20 17:39:55 +0000 |
commit | f94665800c9353f2b0f190190c0490f51a897973 (patch) | |
tree | d352230798e03134a19fb1eb931bfc1ff24b5ba9 /templates | |
parent | 045cbb2a14aa03a758fc2b5d3bf31e14113446ec (diff) | |
download | ikiwiki-f94665800c9353f2b0f190190c0490f51a897973.tar ikiwiki-f94665800c9353f2b0f190190c0490f51a897973.tar.gz |
comment.tmpl: make anon/OpenID/signed-in icons independent of smileys
Diffstat (limited to 'templates')
-rw-r--r-- | templates/comment.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/comment.tmpl b/templates/comment.tmpl index 3f2978675..2fb54fe7d 100644 --- a/templates/comment.tmpl +++ b/templates/comment.tmpl @@ -7,13 +7,13 @@ Posted by <span class="author"> <TMPL_IF NAME="COMMENTOPENID"> -<img src="/smileys/star_off.png" width="20" height="15" alt="[OpenID]" +<img src="/wikiicons/openid.png" width="20" height="15" alt="[OpenID]" title="Signed in with OpenID" /> <a href="<TMPL_VAR NAME=COMMENTOPENID>"><TMPL_VAR NAME=COMMENTAUTHOR></a> <TMPL_ELSE> -<img src="/smileys/star_on.png" width="15" height="15" alt="[Signed in]" +<img src="/wikiicons/signedin.png" width="15" height="15" alt="[Signed in]" title="Signed in directly" /> <TMPL_IF NAME="COMMENTAUTHORURL"> <a href="<TMPL_VAR NAME=COMMENTAUTHORURL>"><TMPL_VAR NAME=COMMENTAUTHOR></a> @@ -31,7 +31,7 @@ Posted by <TMPL_ELSE><!-- !COMMENTIP --> <span class="author" title="Unauthenticated, from unknown IP address"> </TMPL_IF> -<img src="/smileys/question.png" width="15" height="15" alt="[Unauthenticated]" /> +<img src="/wikiicons/anonymous.png" width="15" height="15" alt="[Unauthenticated]" /> <TMPL_IF NAME="AUTHORURL"> <a href="<TMPL_VAR NAME=AUTHORURL>"><TMPL_VAR NAME=AUTHOR></a> <TMPL_ELSE> |