Changeset 2109
- Timestamp:
- 04/25/08 23:58:06 (22 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-36/php/lib/function.mtcommentauthoridentity.php
r1174 r2109 33 33 $logo = $root_url . "nav-commenters.gif"; 34 34 } 35 return "<a class=\"commenter-profile\" href=\"$link\"><img alt=\"Author Profile Page\" src=\"$logo\" width=\"16\" height=\"16\" /></a>"; 35 $result = "<img alt=\"Author Profile Page\" src=\"$logo\" width=\"16\" height=\"16\" />"; 36 if ($link) { 37 $result = "<a class=\"commenter-profile\" href=\"$link\">$result</a>"; 38 } 39 return $result; 36 40 } 37 41 ?>
