<!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>&gt; 3) You're actually editing the wrong 
file.<BR>Hmm....<BR><BR>From node.module:<BR>&nbsp; 
$items['admin/content/types'] = array(<BR>&nbsp;&nbsp;&nbsp; 'title' =&gt; 
'Content types',<BR>&nbsp;&nbsp;&nbsp; 'description' =&gt; 'Manage posts by 
content type, including default status, front page promotion, 
etc.',<BR>&nbsp;&nbsp;&nbsp; 'page callback' =&gt; 
'node_overview_types',<BR>&nbsp;&nbsp;&nbsp; 'access arguments' =&gt; 
array('administer content types'),<BR>&nbsp;&nbsp;&nbsp; 'file' =&gt; <FONT 
color=#ff0000><STRONG>'content_types.inc'</STRONG></FONT>,<BR>&nbsp; 
);<BR><BR>But a hook_menu_alter to dump the entry 
shows:<BR>Array<BR>(<BR>&nbsp;&nbsp;&nbsp; [title] =&gt; Content 
types<BR>&nbsp;&nbsp;&nbsp; [description] =&gt; Manage posts by content type, 
including default status, front page promotion, etc.<BR>&nbsp;&nbsp;&nbsp; [page 
callback] =&gt; content_types_overview<BR>&nbsp;&nbsp;&nbsp; [access arguments] 
=&gt; Array<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
(<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [0] 
=&gt; administer content types<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
)<BR><BR>&nbsp;&nbsp;&nbsp; [file] =&gt; <FONT 
color=#ff0000><STRONG>content.admin.inc</STRONG></FONT><BR>&nbsp;&nbsp;&nbsp; 
[module] =&gt; node<BR>&nbsp;&nbsp;&nbsp; [file path] =&gt; 
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>