Here is what I have....
works with globals on....
include ("$DOCUMENT_ROOT/template/$current_template/fonts.php");
here is what i tried to change to
include ($_SERVER['DOCUMENT_ROOT']. '/tempate/' . $current_template . 'churchconfig.php');
but didn't work.
works with globals on....
include ("$DOCUMENT_ROOT/template/$current_template/fonts.php");
here is what i tried to change to
include ($_SERVER['DOCUMENT_ROOT']. '/tempate/' . $current_template . 'churchconfig.php');
but didn't work.
Comment