]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-surfbar_list.php
Several more constants rewritten to getConfig()
[mailer.git] / inc / modules / member / what-surfbar_list.php
index 46583ddd84ee995d7c0538119735fa0b20c94737..05709980a40d87ec10721e3b43566582b1f115f2 100644 (file)
@@ -75,7 +75,7 @@ if ((isFormSent()) && (REQUEST_ISSET_POST(('action'))) && (REQUEST_ISSET_POST('i
                $content['url'] = DEREFERER($content['url']);
                if ($content['views_total'] > 0) {
                        // Include link to stats
-                       $content['views_total'] = "[<a href=\"{!URL!}/modules.php?module=login&amp;what=surfbar_list\">".translateComma($content['views_total'])."</a>]";
+                       $content['views_total'] = "[<a href=\"{?URL?}/modules.php?module=login&amp;what=surfbar_list\">".translateComma($content['views_total'])."</a>]";
                } // END - if
                $content['registered']  = generateDateTime($content['registered'], '2');
                $content['last_locked'] = generateDateTime($content['last_locked'], '2');