R – Drupal: Views titles

drupaldrupal-6drupal-viewspreprocessor

I have a View that outputs a page. Under Basic Settings I set a "title". When I load the page, I see that title as the page title (at top of the browser) – all good.

How can I print this value out in the "Display output" .tpl file? The $title variable doesn't seem to hold any value here. Do I need to use a preprocess function?

Thanks

Best Answer

Does drupal_get_title() work?

Related Topic