Ramiro Gómez wrote: > Add > > print theme('page',$content); > > at the end of your rockstanza_list_creative() function. Actually, you can just return $content; and it will get wrapped in theme('page') automatically. -Rob