Hi there I have created a new_menu.tpl and uploaded it to the skin1 root folder
This is temp code I have added to the file
new_menu.tpl
Code:
<h1>New Menu</h1>
<h3>Home</h3>
<h3>Products</h3>
I have then added this code the the home.tpl file to make it show on the homepage on the left handside
Code:
{include file="new_menu.tpl" }
My question is why do I not have a box around the module and blue header like the navagtion block above
See image attached