~m-baert/planet-drupal/planet_split

« back to all changes in this revision

Viewing changes to planet_node_info.inc

  • Committer: Michelle Baert
  • Author(s): daryl
  • Date: 2009-07-02 10:20:45 UTC
  • Revision ID: m.baert@free.fr-20090702102045-1hkqy0vyut5m6da0
Tags: planet-4.7.x-1.0
[2006-08-25 23:32:17 +0200] fixing node_info hook

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
function planet_node_info() {
2
 
  return array(array('base' => 'planet'));
 
2
        return array('planet' => array('name' => t('planet'), 'base' => 'planet'));
3
3
}
4
4