This needs to bePHP Code:<h1 id="pageFourHeading"><?php echo General_Security_Tips; ?></h1>or elsePHP Code:<h1 id="pageFourHeading"><?php echo 'General Security Tips'; ?></h1>withPHP Code:<h1 id="pageFourHeading"><?php echo GENERAL_SECURITY_TIPS; ?></h1>in a language file like english.php, or a new language file for your custom defines.PHP Code:define('GENERAL_SECURITY_TIPS', 'General Security Tips');


Reply With Quote

