[SOLVED]User Defined Tags
Posted: Thu Nov 03, 2011 9:24 pm
I had some custom work done to CMSMS to allow for functions not available with the the base install.
The developer is using User Defined Tags to reference a script page.
My question. Is their a better way to reference the script page without pointing to the page like below.
require_once("/serverpath/domains/domain.com/html/scripts/functions.php");
$address = getAddress();
echo $address;
Thanks for the help
The developer is using User Defined Tags to reference a script page.
My question. Is their a better way to reference the script page without pointing to the page like below.
require_once("/serverpath/domains/domain.com/html/scripts/functions.php");
$address = getAddress();
echo $address;
Thanks for the help