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)
-   -   Template with just Header,Footer and Static Content? (https://forum.x-cart.com/showthread.php?t=20016)

connick007 02-19-2006 01:02 PM

Template with just Header,Footer and Static Content?
 
I was looking to create static pages (About Us, Privacy Policy,etc.) that contained only the header, footer and static content ....(essentially remove the 'categories' menu on the left, only for static pages)


I would be open to creating a new template, editing static pages, etc ....




Xcart 4.0.14 [Linux ES 3.0]

balinor 02-19-2006 03:26 PM

You would just need to wrap the columns on the left and right with {if} statements so that they don't show when you are on static pages. Like this:

{if $main ne "pages"}

Column code

{/if}


All times are GMT -8. The time now is 04:29 AM.

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