What is the difference between using these two tokens in the head tag?
Some pages in Miva Merchant use baseurl; and others use basehref;
I understand what the base href tag does, but I don't understand why there would be two different tokens?
Code:
<base href="&mvt:global:baseurl;" />
Code:
<base href="&mvt:global:basehref;" />
I understand what the base href tag does, but I don't understand why there would be two different tokens?
Comment