View Single Post
  #4  
Old 04-15-2008, 02:36 AM
shanni's Avatar
shanni shanni is offline
Corporal
 
Join Date: Feb 2008
Location: DownUnder Australia
Posts: 17
Default Re: I need a peice of code to let users display graphics

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(); 
__________________
Social/business Networking
www.yapidi.com



Get YOUR Teeth into something new!!!!
Reply With Quote