By vincent on
Upgraded from 4.7.2 to 4.7.3.
my front page is pointing to a specific page.
I used to have the title of the page removed by the following code in Node.tpl.php
<?php if (($title)&&(!($is_front))): ?>
<h2 class="main-title"><?php print $title; ?></h2>
<?php endif; ?>
However this does not work anymore and the title appears!
Is that a problem with 'is_front'?
Comments
breadcrumb?
hi vincent,
I think from the title of your post that you're saying you have a breadcrumb on your (non-"node") home page after the upgrade... I don't hide the title, but I am having the breadcrumb problem.
Is this common knowledge in 4.7.3?
edit: Nevermind. Just found http://drupal.org/node/77479