Hello,
I run several sites using MSM off the domains
site1.mydomain.com
site2.mydomain.com
site3.mydomain.com
I’d like to be able to include a stylesheet from site 3 on site 1. The tricky part is I need to be able to reference the site3 stylesheet from the site1 domain (because this domain is being used as a cdn).
So I was hoping I could do something like
<link rel='stylesheet' type='text/css' media='all' href='site1.mydomain.com/index.php/css=/site3shortname/templategroup/csstemplatename/' />Any ideas?