README.txt |
README.txt |
|
-- SUMMARY --
This small module provides a field formatter that displays a text field
as trimmed text with "read more" link.
-- INSTALLATION --
* Put the module in your drupal modules directory and enable it in
admin/modules. |
readmore.field.inc |
readmore.field.inc |
|
Field formatter hooks to implement a readmore. |
readmore.info |
readmore.info |
|
name = Read more
description = Add "read more" field formatter.
core = 7.x
package = Fields |
readmore.module |
readmore.module |
|
Basic functional for readmore module. |
readmore.tpl.php |
theme/readmore.tpl.php |
|
Default theme implementation to display a divided text. |