"HowTo: Hide the node title on a page" is not working
colemichael - October 3, 2008 - 23:16
I am using the snippet from How to:Hide the node title on a page and I can not get it to work.
Can someone PLEASE help me with this. I do not know .php.
I am using Drupal 6 and the theme artistsC01-bluemarine. I go to the template and pasted that code in right below:
<?php
* Override or insert PHPTemplate variables into the templates.
*/
//function _phptemplate_variables($hook, $vars) {
function phptemplate_preprocess_page(&$vars) {
$arBodyClass = array();
?>WHAT part of the code do I need to take out to make it work? I realize I have to take out the opening and closing php tags..... but besides that?
Am I even placing it in the right place.?
CONFUSED...........
