Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Del forumo

Parašė zdelete· 2008 Rugs. 3 14:09:11
#9

echo "<tr>\n<td align='center' width='30' class='tbl2'><img src='".THEME."forum/folderlock.gif' alt='".$locale['564']."'></td>";
         } else  {
            if ($data['thread_lastpost'] > $lastvisited) {
               $folder = "<img src='".THEME."forum/foldernew.gif' alt='".$locale['560']."'>";
            } else {
               $folder = "<img src='".THEME."forum/folder.gif' alt='".$locale['561']."'>";
            }
            echo "<tr>\n<td align='center' width='30' class='tbl2'>$folder</td>";
         }
         $reps = ceil($data['thread_replies'] / $threads_per_page);
         $threadsubject = "<a href='viewthread.php?forum_id=$forum_id&amp;thread_id=".$data['thread_id']."'>".$data['thread_subject']."</a>";
         if ($reps > 1) {
            $ctr = 0; $ctr2 = 1; $pages = "";
            while ($ctr2 <= $reps) {
               $pnum = "<a href='viewthread.php?forum_id=$forum_id&amp;thread_id=".$data['thread_id']."&amp;rowstart=$ctr'>$ctr2</a> ";
               $pages = $pages.$pnum; $ctr = $ctr + $threads_per_page; $ctr2++;
            }
            $threadsubject .= " - (".$locale['412'].trim($pages).")";
         }
         echo "<td class='tbl1'><img src='".THEME."forum/stickythread.gif' alt='".$locale['560']."' style='vertical-align:middle;'>
$threadsubject</td>




O gal taip veikia??

Redagavo zdelete· 2008 Rugs. 3 14:09:28