diff options
author | Dries Buytaert <dries@buytaert.net> | 2000-12-29 11:49:14 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2000-12-29 11:49:14 +0000 |
commit | 50e97719146b3e4353ac8036b13fcc8fc5afc8d3 (patch) | |
tree | 390a4873beade350eadfe6797111a95da7a69803 | |
parent | 2e721505cacdfdf7f4325701ba37e5296b18eafb (diff) | |
download | brdo-50e97719146b3e4353ac8036b13fcc8fc5afc8d3.tar.gz brdo-50e97719146b3e4353ac8036b13fcc8fc5afc8d3.tar.bz2 |
- better aligment
-rw-r--r-- | modules/affiliate.module | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/affiliate.module b/modules/affiliate.module index 67f4eb185..7abef51cf 100644 --- a/modules/affiliate.module +++ b/modules/affiliate.module @@ -18,6 +18,7 @@ function affiliate_block() { $content .= " //-->\n"; $content .= "</SCRIPT>\n"; + $content .= "<CENTER>\n"; $content .= "<FORM ACTION=\"\" METHOD=\"post\">\n"; $content .= " <SELECT NAME=\"affiliate\" ONCHANGE=\"gotosite(this.options[this.selectedIndex].value)\">\n"; $content .= " <OPTION VALUE=\"$site_url\">select a site</OPTION>\n"; @@ -27,6 +28,7 @@ function affiliate_block() { $content .= " </SELECT>\n"; $content .= "</FORM>\n"; + $content .= "</CENTER>\n"; $blocks[0]["subject"] = "Affiliates"; $blocks[0]["content"] = $content; |