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)
-   -   Remove the Authentication module in the storefront (https://forum.x-cart.com/showthread.php?t=16617)

tabarsoft 09-15-2005 12:17 PM

Remove the Authentication module in the storefront
 
Hello,
I'm trying to figure out how to remove the login module from the storefront only. Can somebody help?

shan 09-15-2005 01:49 PM

edit home.tpl and remove this

Code:

{if $login eq "" }
{ include file="auth.tpl" }


{else}
{ include file="authbox.tpl" }


{/if}


tabarsoft 09-16-2005 05:21 AM

Thank!
 
Thank you that's what I was looking for!

Quote:

Originally Posted by shan
edit home.tpl and remove this

Code:

{if $login eq "" }
{ include file="auth.tpl" }


{else}
{ include file="authbox.tpl" }


{/if}




All times are GMT -8. The time now is 07:23 PM.

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