]> git.mxchange.org Git - mailer.git/blobdiff - inc/wrapper-functions.php
Opps (sorry guys)
[mailer.git] / inc / wrapper-functions.php
index 354fe7cbe4743335007219fd6788d750b23f2518..47bf5c07afd39968bd7d9c40083e76f4a079d4da 100644 (file)
@@ -1823,6 +1823,18 @@ function getMtWord2 () {
        return $GLOBALS[__FUNCTION__];
 }
 
+// "Getter" for mt_word2
+function getMtWord3 () {
+       // Do we have cache?
+       if (!isset($GLOBALS[__FUNCTION__])) {
+               // Determine it
+               $GLOBALS[__FUNCTION__] = getConfig('mt_word3');
+       } // END - if
+
+       // Return cache
+       return $GLOBALS[__FUNCTION__];
+}
+
 // "Getter" for main_title
 function getMainTitle () {
        // Do we have cache?