--- sections/pisite_nam.inc 2001/07/02 21:15:11 1.1 +++ sections/pisite_nam.inc 2001/11/20 13:23:43 1.3 @@ -3,10 +3,10 @@ if (! isset($from) || $from == "") { $from=str_replace(".php","",basename($HTTP_REFERER)); if (strstr($from,"?")) $from=substr($from,0,strpos($from,"?")); - if ($from == $HTTP_HOST || $from=="www.pliva.hr") $from="index"; + if ($from == $HTTP_HOST || $from=="www.pliva.si") $from="index"; } -$email="webmaster@pliva.hr"; // default +$email="info@pliva.si"; // default $sth = $dbh->prepare("select email from emails where referer='$from' limit 1"); $sth->execute(); @@ -34,7 +34,7 @@ )); if (isset($mailto) && check_required()) { - $main="Your comment is sent to $mailto. Thank you."; + $main="Sporočilo je bilo poslano na naslov $mailto. Hvala."; include("quoted-printable.inc"); iso_mail("$fullname ($country) <$mailfrom>",$mailto,$subject,$comment); # $main.="
$mailto $fullname $mailfrom $country $subject $comment
";