All CSS classes top2,bottom2,right2,left2 are now deprecated, user details now have...
[mailer.git] / inc / modules / member / what-themes.php
index 7acdd77a431451b3177059d5629a010d6977a9f0..0ffe52a4e951cf27ed28d8941dd54cfcb218eac5 100644 (file)
@@ -113,17 +113,17 @@ foreach ($THEMES['theme_unix'] as $key => $unix) {
 
        // Add row
        $OUT .= "<tr>
-  <td class=\"switch_sw".$SW." bottom2 right2\" align=\"center\" height=\"30\">
+  <td class=\"switch_sw".$SW." bottom right\" align=\"center\" height=\"30\">
     <input type=\"radio\" name=\"member_theme\" class=\"member_normal\" value=\"".$unix."\"".$default." />
   </td>
-  <td class=\"switch_sw".$SW." bottom2 right2\" align=\"center\">".$THEMES['theme_name'][$key]."</td>
-  <td class=\"switch_sw".$SW." bottom2 right2\" align=\"center\">
+  <td class=\"switch_sw".$SW." bottom right\" align=\"center\">".$THEMES['theme_name'][$key]."</td>
+  <td class=\"switch_sw".$SW." bottom right\" align=\"center\">
     <a href=\"mailto:".$THEMES['theme_email'][$key]."?Subject=[Theme:] ".$THEMES['theme_name'][$key]." (".$unix.")'.'\">".$THEMES['theme_author'][$key]."</a>
   </td>
-  <td class=\"switch_sw".$SW." bottom2 right2\" align=\"center\">
+  <td class=\"switch_sw".$SW." bottom right\" align=\"center\">
     <a href=\"".generateDerefererUrl($THEMES['theme_url'][$key])."\" target=\"_blank\">".$THEMES['theme_url'][$key]."</a>
   </td>
-  <td class=\"switch_sw".$SW." bottom2\" align=\"center\">v".$THEMES['theme_ver'][$key]."</td>
+  <td class=\"switch_sw".$SW." bottom\" align=\"center\">v".$THEMES['theme_ver'][$key]."</td>
 </tr>\n";
        $SW = 3 - $SW;
 } // END - foreach
@@ -131,7 +131,7 @@ foreach ($THEMES['theme_unix'] as $key => $unix) {
 if (empty($OUT)) {
        // No themes found???
        $OUT = "<tr>
-  <td colspan=\"5\" class=\"bottom2\" height=\"80\">
+  <td colspan=\"5\" class=\"bottom\" height=\"80\">
     ".loadTemplate('admin_settings_saved', true, getMessage('MEMBER_NO_THEMES_FOUND'))."
   </td>
 </tr>\n";