]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-theme_edit.php
'close' not 'Close' and PagePeel added to ext-network
[mailer.git] / inc / modules / admin / what-theme_edit.php
index 04bffb46da33ab61d41f9df5a6e63fa168123a73..df950f622f59c2e8b6fc237c4166a7ea394bafd8 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
  * Mailer v0.2.1-FINAL                                Start: 02/12/2004 *
- * ================                             Last change: 02/12/2004 *
+ * ===================                          Last change: 02/12/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : what-theme_edit.php                              *
@@ -124,7 +124,7 @@ if (SQL_NUMROWS($result) > 0) {
 
                // Is the loaded theme name != current theme name?
                $LINK = $content['theme_path'];
-               if ($content['theme_path'] != getCurrentTheme()) $LINK = "<a href=\"{?URL?}/modules.php?module=admin&amp;what=theme_edit&amp;default_theme=".$content['theme_path']."\" title=\"{--ADMIN_SET_AS_NEW_THEME--}\">".$content['theme_path']."</a>";
+               if ($content['theme_path'] != getCurrentTheme()) $LINK = '<a href="{%url=modules.php?module=admin&amp;what=theme_edit&amp;default_theme=' . $content['theme_path'] . '%}" title="{--ADMIN_SET_AS_NEW_THEME--}">' . $content['theme_path'] . '</a>';
 
                // Prepare data for the row template
                $content = array(
@@ -134,7 +134,7 @@ if (SQL_NUMROWS($result) > 0) {
                        'link'      => $LINK,
                        'name'      => $content['theme_name'],
                        'is_act'    => translateYesNo($content['theme_active']),
-                       'email'     => "<a href=\"mailto:".$GLOBALS['theme_data']['email']."?Subject=[Theme:] ".$GLOBALS['theme_data']['name']." (".$content['theme_path'].")'.'\">".$GLOBALS['theme_data']['author']."</a>",
+                       'email'     => '<a href="mailto:' . $GLOBALS['theme_data']['email'] . '?Subject=[Theme:] ' . $GLOBALS['theme_data']['name'] . ' (' . $content['theme_path'] . ')\>' . $GLOBALS['theme_data']['author'] . '</a>',
                        'url_link'  => generateDerefererUrl($GLOBALS['theme_data']['url']),
                        'url_title' => $GLOBALS['theme_data']['url'],
                        'ver'       => $content['theme_ver'],
@@ -150,7 +150,7 @@ if (SQL_NUMROWS($result) > 0) {
 } else {
        // No themes found???
        $OUT .= "<tr>
-  <td colspan=\"7\" class=\"bottom2\" height=\"60\">
+  <td colspan=\"7\" class=\"bottom\" height=\"60\">
     ".loadTemplate('admin_settings_saved', true, getMessage('ADMIN_NO_THEMES_FOUND'))."
   </td>
 </tr>\n";