And I would wish to do that in the welcome_message_panel.php in the Infusions directory, correct?
Its worded...
[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false][code]opentable($locale['global_035']);
echo stripslashes($settings['siteintro'])."";
closetable();[/syntaxhighlighter]
If I change to...
[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]//opentable($locale['global_035']);
echo stripslashes($settings['siteintro'])."";
//closetable();[/syntaxhighlighter]
It seems to work just fine - although I want to make sure that's what I should be doing.
Thanks for the help!
0 replies