summaryrefslogtreecommitdiff
path: root/modules/affiliate.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/affiliate.module')
-rw-r--r--modules/affiliate.module2
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;