Okay, I dont have much PHP coding skills, Im learning it..... Slowly.....
I have found this code in my settings.php file, Is this the one Im supposed to have?
PHP Code:
/* Populate the html_comments */
if (!isset($mySettings)) $mySettings = unpk(me("settings"));
if (!is_array($mySettings)) $mySettings = array();
$tpl -> AssignArray(array(
"html.comments" => (isset($mySettings["COMMENTS"]["HTML_COMMENTS"]) ? $mySettings["COMMENTS"]["HTML_COMMENTS"] : "Yes"),
));
$tpl -> Flush();