Vinaora Visitors Counter Topic is solved

Discussion and education for beginner / novice programmers interested in embarking on the development process to take advantage of the extensible nature of the Joomla! CMS.

Moderators: tjay, seadap, Rogue4ngel, matthewhayashida

Forum rules
Post Reply
appsfinder

Vinaora Visitors Counter

Post by appsfinder » Mon Feb 25, 2008 3:00 pm

hi i need a bit of help how do i remove the link at th bottom of Vinaora Visitors Counter what do i need to edit i am a beginer in php code please can anyone help?

$content .= "</tbody></table></div>";
$content .= "</div>";
$content .= '<div style="text-align:center;"><a href="http://vinaora.com" target="_blank" title="Vinaora Visitors Counter">Visitors Counter 1.0.2</a></div>';
if ($posttext != "") $content .= '<div>'.$posttext.'</div>';

function spaceer($a1,$a2,$a3)
{
$ret = '<tr style="text-align:left;"><td><img src="modules/mod_vvisit_counter/images/'.$a1.'" alt="mod_vvisit_counter"/></td>';
$ret .= '<td>'.$a2.'</td>';
$ret .= '<td style="text-align:right;">'.$a3.'</td></tr>';
return $ret;
}
?>/td>';
$ret .= '<td style="text-align:right;">'.$a3.'</td></tr>';
return $ret;
}
?>

Post Reply