You are here

README.txt in Copyright Block module 7.2

Same filename and directory in other branches
  1. 8 README.txt
  2. 7 README.txt
CONTENTS OF THIS FILE
---------------------

* Introduction
* Usage

INTRODUCTION
------------

Current maintainer: Oliver Davies (http://drupal.org/user/381388).

This module creates a customised, token-enabled block that dynamically displays
a copyright statement based on a user-defined start year and the current year.

USAGE
-----

* Download and enable the module.
* Go to admin/structure/block/manage/copyright_block/copyright_block/configure.
* Enter a start year.
* Enter your preferred separator.
* Enter some statement text. An additional token, [copyright_statement:dates],
  is created as part of the module which uses the entered start year and
  combines it with the current year, taken from the server. You can also use
  any other tokens within this text.
* Place the block into a region.
* Save the block.

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Usage
  5. INTRODUCTION
  6. ------------
  7. Current maintainer: Oliver Davies (http://drupal.org/user/381388).
  8. This module creates a customised, token-enabled block that dynamically displays
  9. a copyright statement based on a user-defined start year and the current year.
  10. USAGE
  11. -----
  12. * Download and enable the module.
  13. * Go to admin/structure/block/manage/copyright_block/copyright_block/configure.
  14. * Enter a start year.
  15. * Enter your preferred separator.
  16. * Enter some statement text. An additional token, [copyright_statement:dates],
  17. is created as part of the module which uses the entered start year and
  18. combines it with the current year, taken from the server. You can also use
  19. any other tokens within this text.
  20. * Place the block into a region.
  21. * Save the block.