Drupal theme functions workflow in module
问题 I am a bit newbie in Drupal theming and I can't get one detail in Forum modules theming. forum.module file contains forum_theme function that controls how this module is themed and has this line function forum_theme() { ...... 'forum_list' => array( 'template' => 'forum-list', 'arguments' => array('forums' => NULL, 'parents' => NULL, 'tid' => NULL), ), I also see forum-list.tpl.php file in forum directory, so I start to wonder when this file is called and where it gets data from, but all I