: PHP Notice: Use of undefined constant _ISO - assumed '_ISO' : glapolla May 20, 2011, 11:51:01 AM This results in the following output:
<meta http-equiv="Content-Type" content="text/html; _ISO" /> any ideas how to fix this? Thanks in advance Greg : Re: PHP Notice: Use of undefined constant _ISO - assumed '_ISO' : mikek May 20, 2011, 12:31:20 PM Hello,
In the template's index.php file search for: <?php echo _ISO; ?> And delete it. It is rarely needed anymore. |