Edit Profile Url Name impossible
Using Jamroom
Hello,
I'm seeing it change but the underscore "_" gets replaced with a dash "-", is that what your seeing?
Thanks!
<div class="col4 last">
<div class="col3 last">
<div class="row">
<div class="col9 last">
LEFT SIDE CONTENT
</div>
<div class="col4 last">
RIGHT SIDE CONTENT
</div>
</div>
<div class="row">
<div class="col9">
LEFT SIDE CONTENT
</div>
<div class="col3 last">
RIGHT SIDE CONTENT
</div>
</div>
{if jrCore_is_mobile_device()}
{assign var="boxwidth" value="320"}
{else}
{assign var="boxwidth" value="450"}
{/if}
this._boxWidth = {$boxwidth};
{literal}
the beginning of your code here up to
this._boxWidth = {/literal}{$boxwidth}{literal};
the rest of your code here...
{/literal}