X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ftemplate-functions.php;h=e8bbe8171ae416d8010e76d70d0fe0dc253b22f8;hp=3025bff9389b17c779dd76468800e65707632eda;hb=6f9f29d5caee60a2cceae33a7a53e1b4c7319a0c;hpb=20741b93fd58620af677a7f1039ffd16ea6ec689 diff --git a/inc/template-functions.php b/inc/template-functions.php index 3025bff938..e8bbe8171a 100644 --- a/inc/template-functions.php +++ b/inc/template-functions.php @@ -547,7 +547,9 @@ function getMenuCssClasses ($data) { $content = explode('|', $data); // Non-existent index 2 will happen in menu blocks - if (!isset($content[2])) $content[2] = ''; + if (!isset($content[2])) { + $content[2] = ''; + } // END - if // Re-construct the array: 0=visible,1=locked,2=prefix $content['visible'] = $content[0]; @@ -1707,8 +1709,8 @@ function generateMetaDescriptionCode () { $GLOBALS['page_header'] .= ''; } // END - if - // Initialize referal system - initReferalSystem(); + // Initialize referral system + initReferralSystem(); } // Generates an FQFN for template cache from the given template name