Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.2, Sat Jul 18 01:19:23 2009 UTC | revision 1.3, Mon Sep 21 21:29:05 2009 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | // $Id$ | // $Id: indexpage.admin.inc,v 1.2 2009/07/18 01:19:23 nancyw Exp $ |
| 3 | ||
| 4 | /** | /** |
| 5 | * @file | * @file |
| # | Line 135 function indexpage_admin_settings() { | Line 135 function indexpage_admin_settings() { |
| 135 | ); | ); |
| 136 | ||
| 137 | // Do a fieldset for each content type. | // Do a fieldset for each content type. |
| 138 | $type_list = node_get_types('names'); | $type_list = node_type_get_names(); |
| 139 | $taxonomy_exists = module_exists('taxonomy'); | $taxonomy_exists = module_exists('taxonomy'); |
| 140 | ||
| 141 | foreach ($type_list as $type => $name) { | foreach ($type_list as $type => $name) { |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |