Actually, you can override the View title in the view itself; or, if you are using panels, you can override it there.
However, if you use the views theming wizard (talking Drupal 5 here?) you will be provided with a template. Or if you embed a view, you can do as you like.
The context and reason for your question is not clear: what is it exactly you need to accomplish?
Victor Kane http://awebfactory.com.ar
On Wed, Aug 6, 2008 at 6:00 AM, marolijo - Pol Maresma marolijo@yahoo.es wrote:
Hello! I'm using this code to translate the block titles,
<h2 class="title"><?php print t($block->subject) ?></h2>
on block.tpl.php
Can I use this with views title's? Where shoul I place this code?
Thank's! Pol
-- [ Drupal support list | http://lists.drupal.org/ ]