Closed (fixed)
Project:
Drupal core
Version:
4.6.0
Component:
theme system
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
24 Jul 2005 at 00:31 UTC
Updated:
22 Aug 2005 at 12:35 UTC
If you have a site without a slogan it will show up as Oopsyouredead.com | - Browser Name. I already fixed the issue and am attaching a patch for it. The patch needs to be applied to the drupal/themes/engines/xtemplate/xtemplate.engine file. It just adds another turnary condition that if there isn't a slogan, it just does the site name. I'm a programmer, but I've never learned PHP;however, the fix worked.
| Comment | File | Size | Author |
|---|---|---|---|
| titlepatch | 484 bytes | c1pher |
Comments
Comment #1
Steven commentedI applied a modified patch which gets rid of that horribly long line and replaces it with a more readable set of if's.
By the way, please submit patches in unified diff format next time.
Comment #2
(not verified) commentedComment #3
(not verified) commentedComment #4
Uwe Hermann commented