Having the square next to the search in topbar go to home

Diana Cameron Posted in Technical Support 8 years ago

The square to the left of the search function in the topbar. Is it possible to have that linked so when they click on it it goes to home?

Replies
au Diana Cameron Replied 8 years ago

I worked it out. For anyone else wanting to do it:

Go to theme/facebook/default/theme/page/elements/topbar.php

Line 13. You will find
<div class="topbar-menu-left site-name">

Change it to
<div class="topbar-menu-left site-name"><a href="<?php echo ossn_site_url();?>home"></a></div><div>