Print Links in $content variable

Events happening in the community are now at Drupal community events on www.drupal.org.
cithukyaw's picture

Hi Drupalers,

I have the print module in my site. Print links are rendered into the $content variable.
But, I can't find the print links in $content in mytheme_preprocess_node().

My goal is to place the print links anywhere I like in the template file, but print links are included in the $content variable in theme level.
How can I separate the print links from the $content ?
Any idea ?

Comments

It would probably be easier

highermath's picture

It would probably be easier if you set Print to place the links in the $links variable.