Reply to thread

It looks like this code is unused?  Maybe started doing it as a set var, but then changed to be inline once more than one option was involved?


[code]    <xf:if is="$xf.cookie.domain">

        <xf:set var="$gaConfig">{'cookie_domain': '{$xf.cookie.domain}'}</xf:set>

    <xf:else />

        <xf:set var="$gaConfig">{}</xf:set>

   </xf:if>

[/code]


Back
Top Bottom