blob: b4374c3c69e26fdc8072b6cfc24b08a97b19087c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
; $Id$
name = Comment
description = Allows users to comment on and discuss published content.
package = Core
version = VERSION
core = 7.x
dependencies[] = text
files[] = comment.module
files[] = comment.admin.inc
files[] = comment.pages.inc
files[] = comment.install
files[] = comment.test
files[] = comment.tokens.inc
configure = admin/content/comment
stylesheets[all][] = comment.css
|