When chronoforms sends an email it includes the following tag:
<base href="JURI::base()/" />
It's around line 423 in a block that is commented thus:
/**
* Wrap page code around the html message body
*/
<base href="JURI::base()/" />
It's around line 423 in a block that is commented thus:
/**
* Wrap page code around the html message body
*/
Hi nfg,
I believe this was fixed in 3.1beta2 or such:
http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=3&t=13313
/Fredrik
I believe this was fixed in 3.1beta2 or such:
http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=3&t=13313
/Fredrik
Hi nfg,
Confirming Fredrik's comment - in the current release the equivalent line is
Bob
Confirming Fredrik's comment - in the current release the equivalent line is
<base href=\"".JURI::base()."/\" />
Bob
This topic is locked and no more replies can be posted.