Guest Posted July 25, 2014 Share Posted July 25, 2014 Hi Can someone please tell me the file where I can find the code that will allow me to move the nav bar from the top of the header to where the breadcrumb trail is and where this code is, to allow me to move the breadcrumd to either where the nav bar was, or to below the head and to the right of the left column.Or is this not advseable. I have looked in application-top.php, header.php, and several other files in >includes folder, but to no avail. I guess the required file/s will be in a very obvious place. Many thanks Grandpa Link to comment Share on other sites More sharing options...
Dan Cole Posted July 25, 2014 Share Posted July 25, 2014 @@grandpaj The breadcrumb is a box module so you could try moving the code that loads the boxes in your header file to position things where you want them...have a look for this code... <?php if ($oscTemplate->hasBlocks('boxes_header')) echo $oscTemplate->getBlocks('boxes_header'); ?> Need help? See this thread and provide the information requested. Is your version of osC up to date? You'll find the latest osC community version (CE Phoenix) here. Link to comment Share on other sites More sharing options...
Guest Posted July 25, 2014 Share Posted July 25, 2014 @@Dan Cole Many thanks. Will take a look and see if I can figure it out. Heres hoping Regards Grandpa Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.