diff --git a/addon/randplace/randplace.php b/addon/randplace/randplace.php index 3047454932..e14ae74c7c 100644 --- a/addon/randplace/randplace.php +++ b/addon/randplace/randplace.php @@ -141,7 +141,7 @@ function randplace_settings_post($a,$post) { } -/* +/** * Called from the end of the settings form. * Add our own settings info to the page. * @@ -154,19 +154,25 @@ function randplace_settings(&$a,&$s) { if(! local_user()) return; + /* Add our stylesheet so we can match the page layout */ + $a->page['htmlhead'] .= '' . "\r\n"; + /* Get the current state of our config variable */ + $enabled = get_pconfig(local_user(),'randplace','enable'); $checked = (($enabled) ? ' checked="checked" ' : ''); + /* Add some HTML to the form */ + $s .= '