README.txt |
README.txt |
|
Non-displayable characters. |
word_link.admin.inc |
word_link.admin.inc |
|
Administrative pages for the Word Link module. |
word_link.css |
css/word_link.css |
|
a.word-link {
background: url(external.png) top right no-repeat;
padding-right: 10px;
}
span.word-link {
color: #1570a6;
} |
word_link.info |
word_link.info |
|
name = Word Link
description = Allows users to convert defined words to links.
core = 7.x
configure = admin/config/content/word-link/configuration |
word_link.install |
word_link.install |
|
Install, update, and uninstall functions for the word_link module. |
word_link.module |
word_link.module |
|
This module allows users to replace previously defined words to the links. |
word_link_exchange.info |
modules/word_link_exchange/word_link_exchange.info |
|
name = Word Link exchange
description = Provides a possibility to import/export words.
core = 7.x
dependencies[] = word_link
dependencies[] = taxonomy |
word_link_exchange.module |
modules/word_link_exchange/word_link_exchange.module |
|
Code for the Word link exchange module. |