I have this message that appeared in my footer. then it went away on it’s own and now is back again. Does anyone know what this could be? It shows up on my website page in the footer section. I have not changed any files that would cause this, and it comes and goes…strange.
THIS IS THE MESSAGE IN THE FOOTER SECTION: Notice: Undefined variable: csite_name in /home/websterc/public_html/modules/mod_footer/mod_footer.php on line 30 :confused:
THIS IS MY ACTUAL CODE FROM LINE 30 :
if (JString::strpos($line1, ‘%sitename%’)) {
$lineone = ereg_replace(‘%sitename%’, $csite_name, $line1);
} else {
$lineone = $line1;
}