diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-06-09 16:52:53 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-06-09 16:52:53 -0700 |
commit | faa7f97c25d40e842d3c09b3d7d5710e81a586c4 (patch) | |
tree | 0b1a06627d7c137fa2137f3c472c3a7cb13c9ca9 | |
parent | 805e2a28ee81febee2742587a1640b5fae1387a2 (diff) | |
download | volse-hubzilla-faa7f97c25d40e842d3c09b3d7d5710e81a586c4.tar.gz volse-hubzilla-faa7f97c25d40e842d3c09b3d7d5710e81a586c4.tar.bz2 volse-hubzilla-faa7f97c25d40e842d3c09b3d7d5710e81a586c4.zip |
s/broder/border/
-rw-r--r-- | mod/home.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/home.php b/mod/home.php index 42f448aae..b22dace8c 100644 --- a/mod/home.php +++ b/mod/home.php @@ -61,7 +61,7 @@ function home_content(&$a, $update = 0, $load = false) { } } if(intval(get_config('system','mirror_frontpage'))) { - $o = '<html><head><title>' . t('$Projectname') . '</title></head><body style="margin: 0; padding: 0; broder: none;" ><iframe src="' . z_root() . '/' . $frontpage . '" width="100%" height="100%" style="margin: 0; padding: 0; border: none;" ></iframe></body></html>'; + $o = '<html><head><title>' . t('$Projectname') . '</title></head><body style="margin: 0; padding: 0; border: none;" ><iframe src="' . z_root() . '/' . $frontpage . '" width="100%" height="100%" style="margin: 0; padding: 0; border: none;" ></iframe></body></html>'; echo $o; killme(); } |