function parts($part) { $structure = \'http://\' . $site_url . \'content/\'; echo($tructure . $part . \'.php\'); }
This function uses a
Just put in the function using GLOBAL keyword:
global $site_url;