Download & Extend

How to get rid of the home title

Project:Dichotomy
Version:5.x-1.x-dev
Component:User interface
Category:support request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

I did't know how to explain , so I put a screenshot.
Does anone know how to fix this ??

AttachmentSize
Afbeelding 4 copy.png11 KB

Comments

#1

open page.tpl.php find the piece of code that deals with breadcrumbs and remove it.
This will remove breadcrumbs from every page. If you only want it removed from the contact page, create a custom tpl.php file for the contact page and remove the breadcrumb code from that tpl.php

#3

Can you tell me where I can find this file ???

#4

in your site/all/themes/yourtheme/page.tpl.php
if you are using a default core theme you should copy it and change the name and put it in the sites/all/themes folder edit that page.tpl.php

cheers
Eric

nobody click here