]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_home.php
Global rewrite of engine:
[mailer.git] / inc / modules / admin / what-config_home.php
index b9fe7597b4a41a1a80b904b24bf988567394377e..05c5f930346ac02b251ee2ae8a610daf370ac829 100644 (file)
@@ -55,7 +55,7 @@ switch ($sub) {
                        adminSaveSettingsFromPostData();
 
                        // Display continue link
-                       loadTemplate('admin_settings_saved', false, "<a href=\"{?URL?}/modules.php?module=admin&amp;what=config_home&amp;sub=settings\">{--ADMIN_CONTINUE_TO_CONFIG--}</a>");
+                       loadTemplate('admin_settings_saved', false, "<a href=\"{%url=modules.php?module=admin&amp;what=config_home&amp;sub=settings%}\">{--ADMIN_CONTINUE_TO_CONFIG--}</a>");
                } else {
                        // Prepare data for the template
                        $content = array_fill(-1, 60, '');
@@ -88,13 +88,13 @@ ORDER BY `sort` ASC", __FILE__, __LINE__);
                // Process all entries
                while ($content = SQL_FETCHARRAY($result)) {
                        // Link for setting 'what' as new "home"
-                       $newHomeLink = "<a href=\"{?URL?}/modules.php?module=admin&amp;what=config_home&amp;sub=target&amp;home=".$content['what']."\">{--_IS_NEW_HOME--}</a>";
+                       $newHomeLink = "<a href=\"{%url=modules.php?module=admin&amp;what=config_home&amp;sub=target&amp;home=" . $content['what'] . "%}\">{--_IS_NEW_HOME--}</a>";
 
                        // Is this current home?
                        if ($content['what'] == getConfig('index_home')) {
                                // Is current home
-                               $newHomeLink = "<div class=\"admin_mark\">{--_IS_CURRENT_HOME--}</div>";
-                               $content['title'] = "<div class=\"admin_mark\">".$content['title']."</div>";
+                               $newHomeLink      = "<div class=\"admin_mark\">{--_IS_CURRENT_HOME--}</div>";
+                               $content['title'] = "<div class=\"admin_mark\">" . $content['title'] . "</div>";
                        } // END - if
 
                        // Prepare content