Closed (fixed)
Project:
Metatag
Version:
7.x-1.0-alpha8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Aug 2012 at 06:03 UTC
Updated:
6 Sep 2012 at 20:21 UTC
Hi,
using custom templates, with alpha6 version putting
render $page["content"]["metatag"]
in page templates did the trick, but now, with alpha8 version, metatag module doesn't render any tag and it is Drupal default one that are in use.
Any idea about what has changed between those 2 versions?
Comments
Comment #1
tahiticlic commentedIn metatag_page_build, change
to
and that's ok.
Comment #2
damienmckennaThanks for pointing this out. I mentioned both you and jrglasgow (who provided the same fix) in the changelog but attributed the fix to him as he provided an actual patch file.
Comment #3
tahiticlic commentedWe're not here to get rewards... just to share solutions! :-) Thanks anyway, and thanks for your work.