![]() |
why does the backend use the same footer as frontend?
I had to modify the bottom template for the front end of my store, but now in my admin area, I have the same stuff on the bottom as well. is there a way around this?
|
Re: why does the backend use the same footer as frontend?
Welcome to X-Cart! Please start by reading the forum rules, and posting your X-Cart version in your signature (click the User CP link at the top of the forum):
http://forum.x-cart.com/viewtopic.php?t=6489 |
Re: why does the backend use the same footer as frontend?
done... so is there a solution?
|
Re: why does the backend use the same footer as frontend?
Yes, just surround whatever code you don't want to appear on the admin side with an {if} statement like this:
{if $usertype eq "C"} show this {/if} That will only show whatever code you surround on the customer side. |
Re: why does the backend use the same footer as frontend?
excellent
|
Re: why does the backend use the same footer as frontend?
Cheers balinor
|
All times are GMT -8. The time now is 05:28 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.