Hey! I want to insert breadcrumb on the header of my website. How can i do this? first of all, where can i have the code? if am correct....breadcrumb is this: [Avatar] Hello, {username}. right?
Hey! I want to insert breadcrumb on the header of my website. How can i do this? first of all, where can i have the code? if am correct....breadcrumb is this: [Avatar] Hello, {username}. right? |
if you need to remove/add items to that try in
at bottom you'll see the references to //--- Get breadcrumb path(left side) ---// $sAddons = _t('_Hello member', $aProfile['NickName']); return '<div class="breadcrumb"><div class="bc_open"> </div>' . $sPathLinks . '<div class="bc_addons">' . $sAddons . '</div><div class="bc_close"> </div></div>'; |
Hey! I want to insert breadcrumb on the header of my website. How can i do this? first of all, where can i have the code? if am correct....breadcrumb is this: [Avatar] Hello, {username}. right?
that sounds more like the promo block section you are talking about. |
aha...and how can i put it on the header of my website??? right side.... where can i insert this code to put it on the header of my website......?? |
aha...and how can i put it on the header of my website??? right side.... where can i insert this code to put it on the header of my website......??
you want to move it to the top of your site.?.. try in /templates/base/_sub_header.html look for __top_menu_breadcrumb__ and move it around don't forget to clear cache see what fits. |
yeah its the promo block section where it has the user's avatar picture and den it says Hello, Username |