Thanks for the help Balinor - I think I understand which files I should be editing but I want to make sure.
Quote:
rectangle_top.tpl - this controls the overall width and height of your layout. By default, it is set to 100% high and 100% width. You can set it to a fixed width (like 900px) or a percentage. Keep in mind that this is a shared template between the admin and customer sides, so you might want to put in an {if} statement to show something different for each side.
|
Could you let me know what variable I should check using the if statement to see if it is on the client side or admin side?
Quote:
customer/home.tpl - this is the main template that controls the customer side of the store. In it are the main components of a web page including the <title> and <head> tags, along with the table structure of the actual layout. You will also see all of the other templates that are called within it. This is where you would move around the side menu boxes such as the news and categories menus.
|
I'm guessing this is the file where I will enter the custom code in to format the header and the footer and everything else?