Dear list
Currently I have one instance of spip in www.main.com. A (yet redundant) mes_fonctions.php would read
$GLOBALS['dossier_squelettes'] = "squelettes";
I would like to use this one and only instance of squelettes also in a few subdomains such as www.main.com/sub1, www.main.com/sub2, ..., and in a few other domains, say www.dom1.com, www.dom2.com, ...
Different domains are on different servers.
And now my question: how do I have to code the a. m. line in mes_fonction.php. (I know this is not a spip rather than a basic php problem.)
Thanks a lot.