Foren / Cotonti / Support / icon-comment.gif (delete bug)

$res = "<a href=\"$url#comments\" class=\"comments_link\">";

Pieter Post
#1 13. März 2009, 06:26
I have a strange bug on me site :
When i wanne edit in the functions.php this line

$res = "<a href=\"$url#comments\" class=\"comments_link\"><img src=\"skins/".$usr['skin']."/img/system/icon-comment.gif\" alt=\"\" />";
to this
$res = "<a href=\"$url#comments\" class=\"comments_link\">";
and refesh the page i get Page can't be found error
CorpQuid
#2 13. März 2009, 07:25
You forgot the forward slash before the last >

Try this one
$res = "<a href=\"$url#comments\" class=\"comments_link\" />";
Pieter Post
#3 13. März 2009, 18:17
thanks for u reply , but no still the same error X-(

Dieser Beitrag wurde von Pieter Post (am 13. März 2009, 18:37, vor 16 Jahre) bearbeitet
Kilandor
#4 14. März 2009, 07:37
Can you please post the whole code snippet?