]> git.mxchange.org Git - mailer.git/blobdiff - inc/template-functions.php
Extension ext-admins improved:
[mailer.git] / inc / template-functions.php
index 3025bff9389b17c779dd76468800e65707632eda..62fecd0386f86a5c54187892e77648dfd6a00e7a 100644 (file)
@@ -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];