[development] Menu Callback
    Damian Adriel Perez Valdes 
    damian.adriel at gmail.com
       
    Fri Aug  7 22:03:00 UTC 2009
    
    
  
hello.
This script make a page into administer->Content management
i don't have a manual, but testing someone script i was make the next
script:
tags.module
    $items['admin/content/tags'] = array(
        'title' => 'Tags',
        'description' => 'Administrar los Tags.',
        'page callback' => 'comment_admin',
        'access arguments' => array('administer categoria'),
        'file' => 'categoria.admin.inc',
    );
categoria.admin.inc
comment_admin()
comment_admin_overview()
the problem is, that is we change comment by categoria don't work good.
help me please.
thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.drupal.org/pipermail/development/attachments/20090807/2f692830/attachment.htm>
    
    
More information about the development
mailing list