How to hide a node title created from the Panel node in Drupal 6

I use panel node to control frontpage, but I don't want to display the title. To avoid this, I created a node-panel.tpl.php (copied from node.tpl.php) in the theme directory and deleted the section on "print title".

Note: node-panel.tpl.php for node Panel Type node.

Another method: If node-panel.tpl.php does not work, one can create a page-front.tpl.php (copy the contents from page.tpl.php) to control the frontpage.

See here: http://drupal.org/node/190815