views:

95

answers:

1

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

+1  A: 

Does drupal_get_title() work?

ceejayoz
yes! thanks v much
stef

related questions