Generates a list of all links on the page to be printed.The PrintLinks Module searches the current page for links (inside a defined css selector, eg. "#main") and prints them at the module position (normally the end of the page). The links are marked with superscript numbers. The idea of the module is, that links are not visible to users when a page is printed. The module markes each link with a superscript number and adds the links to the end of the document. By hiding the numbers and links on the screen layout (css media = screen) and displaying it on the print layout (css media = print), you can list the links on the printed page. |