Page 1 of 1

Removing Breadcrumb

Posted: Sat Dec 11, 2010 4:14 pm
by LeatherKnight
I need to remove the breadcrumb pathway otherwise if it is clicked on, clients will get a full version of the site appearing within the iframe. I have search for this code but cannot find it to remove it. Where can I find this?

Thanks.

Re: Removing Breadcrumb

Posted: Sun Dec 12, 2010 10:46 am
by Klemen
You'll need to modify every file that has the breadcrumb links. Search for and delete the table that contains

Code: Select all

<a href="<?php echo $hesk_settings['hesk_url']; ?>" class="smaller"><?php echo $hesk_settings['hesk_title']; ?></a>

Re: Removing Breadcrumb

Posted: Sun Jan 23, 2011 12:39 pm
by online_michael
Also, when an email link to the ticket is clicked, only the iframe is loaded - the rest of the web site is left out. I like the idea of breadcrumbs so I'm wondering if there is a different/alternative solution to this problem. Surely there is a better way to get around this issue? Isn't there?

Re: Removing Breadcrumb

Posted: Sun Jan 23, 2011 4:01 pm
by Klemen