I've got a view content pane that show the latest 3 articles with a certain tag. The tag used is passed to the contextual filter as an argument in the panels interface. I need to display the name of the tag that is being passed as an argument above the view (in a header).
How can I print the tag name or a string passed as an argument in the views header?
Thanks