<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16890" name=GENERATOR></HEAD>
<BODY bgColor=#ffffff>
<P><FONT face="Courier New" size=2>> 3) You're actually editing the wrong
file.<BR>Hmm....<BR><BR>From node.module:<BR>
$items['admin/content/types'] = array(<BR> 'title' =>
'Content types',<BR> 'description' => 'Manage posts by
content type, including default status, front page promotion,
etc.',<BR> 'page callback' =>
'node_overview_types',<BR> 'access arguments' =>
array('administer content types'),<BR> 'file' => <FONT
color=#ff0000><STRONG>'content_types.inc'</STRONG></FONT>,<BR>
);<BR><BR>But a hook_menu_alter to dump the entry
shows:<BR>Array<BR>(<BR> [title] => Content
types<BR> [description] => Manage posts by content type,
including default status, front page promotion, etc.<BR> [page
callback] => content_types_overview<BR> [access arguments]
=> Array<BR>
(<BR> [0]
=> administer content types<BR>
)<BR><BR> [file] => <FONT
color=#ff0000><STRONG>content.admin.inc</STRONG></FONT><BR>
[module] => node<BR> [file path] =>
sites/all/modules/cck/includes<BR>)</FONT></P>
<DIV><FONT size=2><FONT face="Courier New" color=#0000ff>The file has changed
somewhere along the line...</FONT></DIV>
<P><BR><FONT face="Courier New">Nancy E. Wichmann, PMP<BR>Injustice anywhere is
a threat to justice everywhere. -- Dr. Martin L. King,
Jr.<BR></FONT></P></FONT></BODY></HTML>