X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-themes.php;h=c53797daa0071ce1a3b184731b8d0a4132a33fd3;hb=4cc62618b7a59c6641b057c34047b2dd531c16ad;hp=f7381e612ba3d4b036de2d4fa3e20cf64db44b18;hpb=cf3765c38cf0a76f396aca291f71858936e92956;p=mailer.git diff --git a/inc/modules/member/what-themes.php b/inc/modules/member/what-themes.php index f7381e612b..c53797daa0 100644 --- a/inc/modules/member/what-themes.php +++ b/inc/modules/member/what-themes.php @@ -114,19 +114,19 @@ foreach ($THEMES['theme_unix'] as $key => $unix) { // Add row // @TODO Move this code into a template - $OUT .= " - - + $OUT .= ' + + - ".$THEMES['theme_name'][$key]." - - ".$THEMES['theme_author'][$key]." + ' . $THEMES['theme_name'][$key] . ' + + ' . $THEMES['theme_author'][$key] . ' - - ".$THEMES['theme_url'][$key]." + + ' . $THEMES['theme_url'][$key] . ' - v".$THEMES['theme_version'][$key]." -\n"; + v' . $THEMES['theme_version'][$key] . ' +'; } // END - foreach if (empty($OUT)) {