]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-themes.php
Lesser use of double-quotes
[mailer.git] / inc / modules / member / what-themes.php
index f7381e612ba3d4b036de2d4fa3e20cf64db44b18..c53797daa0071ce1a3b184731b8d0a4132a33fd3 100644 (file)
@@ -114,19 +114,19 @@ foreach ($THEMES['theme_unix'] as $key => $unix) {
 
        // Add row
        // @TODO Move this code into a template
-       $OUT .= "<tr>
-  <td class=\"{%template,ColorSwitch%} bottom right\" align=\"center\" height=\"30\">
-    <input type=\"radio\" name=\"member_theme\" class=\"member_normal\" value=\"".$unix."\"".$default." />
+       $OUT .= '<tr>
+  <td class="{%template,ColorSwitch%} bottom right" align="center" height="30">
+    <input type="radio" name="member_theme" class="member_normal" value="' . $unix . '"' . $default . ' />
   </td>
-  <td class=\"{%template,ColorSwitch%} bottom right\" align=\"center\">".$THEMES['theme_name'][$key]."</td>
-  <td class=\"{%template,ColorSwitch%} bottom right\" align=\"center\">
-    <a href=\"mailto:".$THEMES['theme_email'][$key]."?Subject=[Theme:] ".$THEMES['theme_name'][$key]." (".$unix.")'.'\">".$THEMES['theme_author'][$key]."</a>
+  <td class="{%template,ColorSwitch%} bottom right" align="center">' . $THEMES['theme_name'][$key] . '</td>
+  <td class="{%template,ColorSwitch%} 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=\"{%template,ColorSwitch%} bottom right\" align=\"center\">
-    <a href=\"".generateDerefererUrl($THEMES['theme_url'][$key])."\" target=\"_blank\">".$THEMES['theme_url'][$key]."</a>
+  <td class="{%template,ColorSwitch%} bottom right" align="center">
+    <a href="' . generateDerefererUrl($THEMES['theme_url'][$key]) . '" target="_blank">' . $THEMES['theme_url'][$key] . '</a>
   </td>
-  <td class=\"{%template,ColorSwitch%} bottom\" align=\"center\">v".$THEMES['theme_version'][$key]."</td>
-</tr>\n";
+  <td class="{%template,ColorSwitch%} bottom" align="center">v' . $THEMES['theme_version'][$key] . '</td>
+</tr>';
 } // END - foreach
 
 if (empty($OUT)) {