Closed (works as designed)
Project:
Google Plus One Button | Google+ Badge
Version:
7.x-1.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Nov 2011 at 14:58 UTC
Updated:
19 May 2012 at 16:04 UTC
Comments
Comment #1
corbacho commentedHi thanks for reporting your problem
page_bottom is not a normal region, it's the old $closure from Drupal 6 that change its name for Drupal 7 and is used by many modules to output links to Javascript files.
I had a fast look to the theme and seems it doesn't have it, maybe I'm wrong. I filled a issue in the Marinelli theme #1350836: Missing page_bottom
In the meanwhile you can print it yourself in the page.tpl.php until Marinelli gets updated ?
I will close here, let's continue in the other thread.
Comment #2
Patricia_W commentedThe Bartik and Bartik Plus themes do not use the page_bottom region.
Comment #3
Patricia_W commentedWould it be possible to make this an Advanced option rather than hard coded?
Comment #4
corbacho commentedI think is a reasonable request, probably there are other similar themes that don't follow the rules. I will try to add it to the next batch of changes, but don't hold your breath ;)