My problem is that the date of the old articles in the block looks very big .... :?: :?:
how can I change that?
Well I suspect it something in the old-articles.php maybe in here?
|
Code:
|
$datetime2 = strftime(""._DATESTRING2."", mktime($datetime2[4],$datetime2[5],$datetime2[6],$datetime2[2],$datetime2[3],$datetime2[1]));
$datetime2 = ucfirst($datetime2);
if($time2==$datetime2) {
$boxstuff .= "<tr><td valign=\"top\"><big>&</big></td><td> <a href=\"modules.php?name=News&file=article&sid=$sid$r_options\">$title</a> ($comments)</td></tr>\n";
} else {
if($a=="") {
$boxstuff .= "<tr><td colspan=\"2\">$datetime2</td></tr><tr><td valign=\"top\"><big>&</big></td><td> <a href=\"modules.php?name=News&file=article&sid=$sid$r_options\">$title</a> ($comments)</td></tr>\n";
$time2 = $datetime2;
$a = 1;
} else {
$boxstuff .= "<tr><td colspan=\"2\">$datetime2</td></tr><tr><td valign=\"top\"><big>&</big></td><td> <a href=\"modules.php?name=News&file=article&sid=$sid$r_options\">$title</a> ($comments)</td></tr>\n";
$time2 = $datetime2; |
but I don't know what exactly need to be changed.
I'll be glad to get some help on the subject.