diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-05-28 16:49:12 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-05-28 16:49:12 -0400 |
commit | 91c1a2943badc32b521acd5cc933a236ca6f5c0f (patch) | |
tree | 712f5ca55e28314d4758ff7680b887a0cda1f24c /mod | |
parent | 24f5e6b3f3f1f29cce8923c38fbdfb24fa5ed5a5 (diff) | |
parent | 6962989e52f0ce442fbb3e59992eeb528faa12da (diff) | |
download | volse-hubzilla-91c1a2943badc32b521acd5cc933a236ca6f5c0f.tar.gz volse-hubzilla-91c1a2943badc32b521acd5cc933a236ca6f5c0f.tar.bz2 volse-hubzilla-91c1a2943badc32b521acd5cc933a236ca6f5c0f.zip |
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
slackr - tone down the shadows a smidgin
add plugin hooks to gender, sexpref, and marital selectors
birthday in november,december bug
rework the way private photos are embedded to avoid url differences and also check the permissions if possible to make sure that nothing sneaks by.
handle multiple underscores in D* links
* master:
Diffstat (limited to 'mod')
-rw-r--r-- | mod/settings.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/settings.php b/mod/settings.php index 40fa55eea..e6eb4011f 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -15,6 +15,7 @@ function get_theme_config_file($theme){ } function settings_init(&$a) { + // These lines provide the javascript needed by the acl selector $a->page['htmlhead'] .= "<script> var ispublic = '" . t('everybody') . "';" ; |