X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   What does amp mean? (https://forum.x-cart.com/showthread.php?t=70541)

sinobest 11-15-2014 04:25 PM

What does amp mean?
 
Code:

{foreach from=$pages_menu item=p}
  {if $p.show_in_menu eq 'Y'}
  <li<a href="pages.php?pageid={$p.pageid}">{$p.title|amp}</a></li>
  {/if}
{/foreach}


What does amp mean, pls?

cflsystems 11-15-2014 06:28 PM

Re: What does amp mean?
 
Custom smarty modifier to convert & symbol.

sinobest 11-16-2014 05:55 AM

Re: What does amp mean?
 
{$p.title|amp}
what does it mean? would you please share some samples here?
tks

cflsystems 11-16-2014 07:47 AM

Re: What does amp mean?
 
If title is

This is title & is long

it will be converted to

This is title &amp; is long

&amp; representing & character


All times are GMT -8. The time now is 11:20 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.