Hi, If a module is generating both page content and block content, and thus defines both a page content callback function and a _block hook function, then which will get called first? Does the _block() hook get called first, or the page content callback as defined in _menu()? Thanks David