Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
p01-contact : simply add contact forms in your pages
I found an error in p01-contact_gs.php

Code:
function admin_email()
{
    $data = getXML(GSDATAOTHERPATH . 'user.xml');
    return $data->EMAIL;
}

In version 2.04B :
Code:
function admin_email()
{
    $data = getXML(GSUSERSPATH . 'admin.xml');
    return $data->EMAIL;
}
'admin.xml' is just for my utilisation...
Reply


Messages In This Thread
askcopy syntax Not Working - by celextel - 2019-05-24, 01:54:40
RE: askcopy syntax Not Working - by celextel - 2019-05-28, 01:51:47
p01-contact : simply add contact forms in your pages - by madvic - 2011-02-08, 02:12:27



Users browsing this thread: 2 Guest(s)