Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Contact form
#7
Hello,
you can try to change the following in contactform.php:
Code:
//set internationalization
    if($LANG != '') {
        //include_once('admin/lang/'.$LANG.'.php');
        include('admin/lang/'.$LANG.'.php');
        //echo 'admin/lang/'.$LANG.'.php';
    } else {
        //include_once('admin/lang/en_US.php');
        include('admin/lang/en_US.php');
    }

comment include_once... and add include...

I remember something similar happening to me....

Regards.
Reply


Messages In This Thread
Contact form - by James - 2010-08-30, 22:05:07
Contact form - by cumbe - 2010-08-31, 02:36:07
Contact form - by James - 2010-08-31, 04:55:24
Contact form - by Zegnåt - 2010-08-31, 06:08:09
Contact form - by stcwebdesigns - 2010-09-03, 03:37:15
Contact form - by James - 2010-09-03, 07:40:01
Contact form - by cumbe - 2010-09-03, 17:43:10
Contact form - by stcwebdesigns - 2010-09-03, 20:41:55



Users browsing this thread: 1 Guest(s)