From 05420fde76b402a8c29e159d3fe78a142341f6d1 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 2 Nov 2008 10:52:53 +0000 Subject: - Patch #302120 by dmitrig01: usability improvement - make the content type admin screen prettier. --- modules/node/node.module | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/node/node.module') diff --git a/modules/node/node.module b/modules/node/node.module index 5c4bc884a..473eb857d 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -135,6 +135,9 @@ function node_theme() { 'node_submitted' => array( 'arguments' => array('node' => NULL), ), + 'node_admin_overview' => array( + 'arguments' => array('name' => NULL, 'type' => NULL), + ), ); } -- cgit v1.2.3