Quote:
Yesterday at 01:39 PM Rolodex said this in Post #10
Should be:
if ($birthdays) {
eval("\$birthdaybits = \"".gettemplate("forumhome_birthdaybit")."\";") ;
} else {
$birthdays='<font face="verdana" size="1"><b>None today!</b></font>';
}
}
|
no it shudn't it shud be:
PHP Code:
if ($birthdays) {
eval("\$birthdaybits = \"".gettemplate("forumhome_birthdaybit")."\";");
} else {
$birthdays='<smallfont><b>None today!</b></smallfont>';
}
not everyone uses verdana as their base font...