Posted by Gumbytie on October 24, 2009 at 12:17am
| Project: | Contact Link |
| Version: | 6.x-1.0 |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Just wondering what the thoughts might be for allowing positioning/location of the 'Contact the author' link. By default it appears at the bottom of each page. We have some very heavy pages with tons of documentation and I would love to relocate the contact link tucked right under the title of the page. I have been digging through a page with Firebug and the contactlink.module to see if I could figure out a way to relocate the link myself by coding it differently in my page.tpl.php file but no such luck yet. Much of Drupal have id names (like the $breadcrumb) you can call directly on your page.tpl.php using a
<?php
print $breadcrumb
?>