]> git.mxchange.org Git - mailer.git/blobdiff - inc/wrapper-functions.php
More usage of EL
[mailer.git] / inc / wrapper-functions.php
index 9dc7ea639874adf953ac0924e69335735cd33131..036a89b0046f9efa308bd4f9142d422816e752b6 100644 (file)
@@ -1514,6 +1514,18 @@ function getMtWord () {
        return $GLOBALS['mt_word'];
 }
 
+// "Getter" for mt_word2
+function getMtWord2 () {
+       // Do we have cache?
+       if (!isset($GLOBALS['mt_word2'])) {
+               // Determine it
+               $GLOBALS['mt_word2'] = getConfig('mt_word2');
+       } // END - if
+
+       // Return cache
+       return $GLOBALS['mt_word2'];
+}
+
 // "Getter" for main_title
 function getMainTitle () {
        // Do we have cache?