blob: 443e5d2c061a36741b728f5724b9cceaf05fc59d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
; $Id$
name = Node
description = Allows content to be submitted to the site and displayed on pages.
package = Core
version = VERSION
core = 7.x
files[] = node.module
files[] = content_types.inc
files[] = node.admin.inc
files[] = node.pages.inc
files[] = node.install
hidden = TRUE
|