By puleddu on
Hi,
in this site (http://provolini.mine.nu) I am using a theme that uses icons for the node links (like add comment, read more, etc.) but these icons disappear when I choose a language that is not English from locale settings in my profile section.
The problem seems to be the $link array used in the node.tpl.php which (for example) does not include the class="icon-add-comment" attribute for the link Add new comment
//Output using English Localization:
<a class="icon-add-comment" href="/comment/reply/4#comment_form" title="Add a new comment to this page.">add new comment</a>
//Output using Italian Localization:
<a href="/comment/reply/8#comment_form" title="Aggiungi un nuovo commento a questa pagina.">aggiungi nuovo commento</a>
How can I get rid of this? Where is the problem?
Thank you for your help.
Comments
I think this could
I think this could help...
From template.php:
but... I can not found a solution.
I added a '.' in
I added a '.' in the
statement! A simple "period!" to make the string like this (note the '.' after the word "page")
what a strange issue!
Do I have to point this to the theme author?
---
Antonio
http://taldeitali.it
How strange indeed!
That is very strange. Thanks for finding this.
This inspires me to complete all my sentences with a period
.