]> git.mxchange.org Git - mailer.git/blobdiff - inc/template-functions.php
Why WDS66.com? :(
[mailer.git] / inc / template-functions.php
index 7422b6e4478298c6c8aba7a3149bd5e0856a4ea3..7003ffd1eaba9330a1b99823b024df0708ddc249 100644 (file)
@@ -2353,7 +2353,7 @@ function doTemplateMetaFavIcon ($templateName, $clear = FALSE) {
                // Is the file there?
                if (isFileReadable(getPath() . 'favicon.' . $extension)) {
                        // Then use this and abort
-                       $out = '<link rel="shortcut icon" href="http://www.wds66.com/favicon.ico" type="image/' . $extension . '" />';
+                       $out = '<link rel="shortcut icon" href="{%url=favicon.ico%}" type="image/' . $extension . '" />';
                        break;
                } // END - if
        } // END - while