Orjinal
function row_main_entries() {
global $mkportals, $mklib;
return <<<EOF
<tr>
<th class="modulex" width="40"> </th>
<th class="modulex" width="*">{$mklib->lang['dw_name']}</th>
<th class="modulex" width="75" align="center">{$mklib->lang['dw_votes']}</th>
<th class="modulex" width="75" align="center">{$mklib->lang['dw_ptitle']}</th>
<th class="modulex" width="75" align="center">{$mklib->lang['dw_clicks']}</th>
<th class="modulex" width="150" align="center">{$mklib->lang['dw_insdate']}</th>
</tr>
EOF;
}
function row_main_entries_content($name, $trate, $downloads, $click, $data) {
global $mkportals, $mklib;
return <<<EOF
<tr>
<td class="modulecell" width="40" align="center"><img src="$mklib->images/entry.gif" alt="" /></td>
<td class="modulecell" width="*">{$name}</td>
<td class="modulecell" width="75" align="center">{$trate}</td>
<td class="modulecell" width="75" align="center">{$downloads}</td>
<td class="modulecell" width="75" align="center">{$click}</td>
<td class="modulecell" width="150" align="center">{$data}</td>
</tr>
Değiştirdiğim
function row_main_entries() {
global $mkportals, $mklib;
return <<<EOF
<tr>
<th class="modulex" width="40"> </th>
<th class="modulex" width="*">{$mklib->lang['dw_name']}</th>
<th class="modulex" width="75" align="center">{$mklib->lang['dw_votes']}</th>
<th class="modulex" width="75" align="center">{$mklib->lang['dw_ptitle']}</th>
<th class="modulex" width="75" align="center">{$mklib->lang['dw_clicks']}</th>
<th class="modulex" width="150" align="center">{$mklib->lang['dw_insdate']}</th>
</tr>
EOF;
}
function row_main_entries_content($name, $trate, $downloads, $click, $description) {
global $mkportals, $mklib;
return <<<EOF
<tr>
<td class="modulecell" width="40" align="center"><img src="$mklib->images/entry.gif" alt="" /></td>
<td class="modulecell" width="*">{$name}</td>
<td class="modulecell" width="75" align="center">{$trate}</td>
<td class="modulecell" width="75" align="center">{$downloads}</td>
<td class="modulecell" width="75" align="center">{$click}</td>
<td class="modulecell" width="150" align="center">{$description}</td>
</tr>
$data --> $description Yaptım ama açıkla değişmedi neden acaba ? başka yerde de değişiklik yapacam?