Yes, be sure to just touch the $options['base_url'] and not the global $base_url, since doing the latter may confuse other modules or themes.
On Thu, Jan 28, 2010 at 6:19 AM, Ashraf Amayreh <[email protected]> wrote: > Just one look at the in core and I found it, you do this: > > $options['absolute'] = TRUE; > $options['base_url'] = 'http://aaa.example.com'; > > Sorry for the noise. Hope it helps someone. > > AA > -- Ken Rickard [email protected] http://ken.therickards.com
