extlink.css |
css/extlink.css |
|
span.ext {
background: url(../images/extlink_s.png) 2px center no-repeat;
width: 10px;
height: 10px;
padding-right: 12px;
text-decoration: none;
}
span.mailto {
background: url(../images/extlink_s.png) -20px center no-repeat;
width:… |
extlink.info |
extlink.info |
|
name = External Links
description = Determine behavior and appearance for external links. Options include: Make external links open in a new window, add icons next to external links and email addresses, display pop-up warnings when users click… |
extlink.install |
extlink.install |
|
Install file for External Links module. |
extlink.module |
extlink.module |
|
External Link module. |
extlink.test |
tests/extlink.test |
|
External Link tests. |
README.txt |
README.txt |
|
INTRODUCTION
------------
The External Links module is a very simple approach to adding icons to links
to external websites or e-mail addresses. It is a purely JavaScript
implementation, so the icons are only shown to users that have… |