Esempio n. 1
0
         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;
     echo "</a>";
 }
 echo "<br />";
 echo "<br />";
 if (!$user->guest) {
     // user is logged in. display menue in post