New module 'Token'
This commit is contained in:
parent
ae2a2d8417
commit
0e730eca64
25 changed files with 3967 additions and 0 deletions
10
sites/all/modules/token/token.info
Normal file
10
sites/all/modules/token/token.info
Normal file
|
@ -0,0 +1,10 @@
|
|||
name = Token
|
||||
description = Provides a shared API for replacement of textual placeholders with actual data.
|
||||
core = 6.x
|
||||
|
||||
; Information added by drupal.org packaging script on 2012-09-12
|
||||
version = "6.x-1.19"
|
||||
core = "6.x"
|
||||
project = "token"
|
||||
datestamp = "1347470077"
|
||||
|
Reference in a new issue