Jump to content

El Host

Retired Forum Member
  • Posts

    5
  • Joined

  • Last visited

Everything posted by El Host

  1. Only if i put: {if $pagetitle neq "Inicio"}{if $pagetitle neq "Planes de Hosting"} It works, I prefer php.
  2. I put: But with this code it shows in all pages. Edit: I did it putting this:
  3. I want this code will not show in Home and Test pages, but will show in the others pages.
  4. Doesnt work, now the code shows in all pages.
  5. I need help to do a code that doesnt show an other in certains pages. For Example: I need that this code not show in Home. I use this: {if $pagetitle != 'Inicio'} XXXXXXX {/if} How Can I do for not show in more pages for example Test and Test1. I tried this, but not work: {if $pagetitle != 'Inicio' || $pagetitle != 'Test'} XXXXXXX {/if}
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated