| README.txt | README.txt |  | Read More Control module - http://drupal.org/sandbox/Monochrome/1088582
=======================================================================
DESCRIPTION
------------
A module to control when to show the Read More link that appears in Drupal… | 
          
                  | readmorecontrol.admin.inc | readmorecontrol.admin.inc |  | Contains form alter callback bodies. | 
          
                  | readmorecontrol.css | readmorecontrol.css |  | div.readmorecontrol-inline {
  float: left;
}
.vertical-tabs input.readmorecontrol {
  width: auto;
} | 
          
                  | readmorecontrol.info | readmorecontrol.info |  | name = Read More Control
description = Options to control when the Read more link is displayed on Node teasers.
core = 7.x
package = User interface
dependencies[] = node
dependencies[] = field
configure =… | 
          
                  | readmorecontrol.install | readmorecontrol.install |  | Standand installation functions. | 
          
                  | readmorecontrol.module | readmorecontrol.module |  | Defines options to control how the Read more link is displayed on teasers. | 
          
                  | readmorecontrol.node.inc | readmorecontrol.node.inc |  | This has been deliberately left empty. | 
          
                  | readmorecontrol.test | readmorecontrol.test |  | Tests for readmorecontrol.module. |