This patch allows to define the frontpage in case of when it is redefined through a view.
I replace "if ($drupal_title)" with "if ( drupal_is_front_page() )" and reverse logic in function page_title_page_get_title().

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

JohnAlbin’s picture

FileSize
907 bytes

There’s a small bug in your patch. Here’s an updated patch with the fix.

Also, your patch file is strange. It gave me several “patch unexpectedly ends in middle of line” errors when trying to apply it. And I’ve not seen patch files with !’s in it.

- John

nicholasThompson’s picture

Status: Active » Fixed
killes@www.drop.org’s picture

Status: Fixed » Closed (fixed)