コード例 #1
0
ファイル: default.php プロジェクト: rbista/Discussions-J1.6
         echo "</a>";
         echo "</div>";
     }
     if ($posting->image5 != "") {
         echo "<div class='cofiImageAttachment5'>";
         echo "<a href='" . $_root . "images/discussions/posts/" . $posting->thread . "/" . $posting->id . "/large/" . $posting->image5 . "' " . $_linktag . " title='" . $_titleprefix . $posting->image5_description . "' >";
         echo "<img src='" . $_root . "images/discussions/posts/" . $posting->thread . "/" . $posting->id . "/small/" . $posting->image5 . "' alt='." . $posting->image5_description . "' class='cofiAttachmentImageEdit' />";
         echo "</a>";
         echo "</div>";
     }
     echo "<div class='clr' style='margin-bottom:5px'></div>";
     echo "</div>";
     echo "<br />";
     echo "<br />";
 }
 $signature = nl2br($CofiUser->getSignature());
 if ($signature != "") {
     // display signature hr if one is present
     echo "<div class='cofiHorizontalRuler'></div>";
     echo $signature;
 }
 $website = $CofiUser->getWebsite();
 if ($website != "") {
     // display website
     echo "<br />";
     if ($signature == "") {
         // draw hr if no signature is available
         echo "<div class='cofiHorizontalRuler'></div>";
     }
     echo "<a href='http://" . $website . "' target='_blank' title='" . $website . "' rel='nofollow'>";
     echo $website;