![]() |
head top line
In the head top line I would like to insert (in the center) the three buttons of the headrightbox----> top_menu.tpl
does some one can help me thank you |
Re: head top line
Do you mean the "Tabs"?
In top_menu.tpl find <td valign="top" align="right"> and change "right" to "center". |
Re: head top line
Thank's for your help.
Yes, I means the tabs. But I would like to insert these tabs between the "customer/search.tpl" (customer search menu) and the select language menu in the head line. thanks jean marc |
Re: head top line
What you are asking is not an easy change, but this should get you started.
In skin1/head.tpl find Code:
{if $main ne "fast_lane_checkout"} Move {include file="customer/top_menu.tpl"} from higher in head.tpl so it is like this Code:
{if $usertype eq "C"} You will find that you will need to edit skin1/customer/top_menu.tpl because it includes a routine to display company phone numbers, but it should get you started. What I did was included search.tpl in top_menu.tpl like this (My top_menu.tpl) Code:
{* Modified to include customer/search.tpl in title bar *} Search is after the "tabs", and I modified tab.tpl also to eliminate the borders around them. It produces a "bar" that has the speedbar links on the left and the search box on the right. I don't use the alternate languages, so it didn't concern me. Good luck! |
Re: head top line
Thank you very much, I have made it
jean marc |
Re: head top line
Do you Know a french book or something else where I can learn about smarty ?
Because the modif is running well but I only paste what you send to me and I don't really understand what I have made. Thank you |
Re: head top line
|
All times are GMT -8. The time now is 10:19 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.