0 Members and 1 Guest are viewing this topic.
Hi,I`m working on my template. But my question is: if i use %folder% and i see in from web it says: /someting/otherthing, what i want my %folder% without the first "/" how can i do that?Thanks,
<script type="text/javascript">document.write("%folder%".slice(1, -1));</script>
<script type="text/javascript">document.write("%folder%".slice(1));</script>