Hi I'm using 5.x-3.5

The site name wasn't showing up and I tracked it down to this line in the print.pages.inc

line 148:   if ($published_site_name) {

I changed it to...

line 148:   if ($published_site) {

Also looked at 6.x-1.0-rc3
and it's the same thing just at line 149.

Comments

Anonymous’s picture

My bad, didn't notice someone already posted this, and that's it's in the dev.

jcnventura’s picture

Status: Active » Closed (duplicate)

No problem..

Just marking it dup.