summaryrefslogtreecommitdiff
path: root/modules/conf.module
diff options
context:
space:
mode:
authornatrak <>2001-05-22 15:13:03 +0000
committernatrak <>2001-05-22 15:13:03 +0000
commitdfae408a71727da065c37a606102c5300e1a8db4 (patch)
tree81fb0858e5f122943f9d752ac5a4c49eb665dfea /modules/conf.module
parent395554903d90aa8c027601a5229af9f6d3fc8a51 (diff)
downloadbrdo-dfae408a71727da065c37a606102c5300e1a8db4.tar.gz
brdo-dfae408a71727da065c37a606102c5300e1a8db4.tar.bz2
- Added allowed_html to conf.module so it can be modified.
Diffstat (limited to 'modules/conf.module')
-rw-r--r--modules/conf.module1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/conf.module b/modules/conf.module
index a1d4eaaa2..74930ef43 100644
--- a/modules/conf.module
+++ b/modules/conf.module
@@ -22,6 +22,7 @@ function conf_view_system() {
$output .= form_textfield(t("E-mail address"), "site_mail", variable_get("site_mail", "root@localhost"), 30, 55, t("A valid e-mail address for this website, used by the auto-mailer to create new user accounts."));
$output .= form_textarea(t("Footer message"), "site_footer", variable_get("site_footer", ""), 55, 3, t("This text will be displayed at the bottom of each page. Useful for adding a copyright notice to your pages."));
$output .= form_textfield(t("Anonymous user"), "anonymous", variable_get("anonymous", "Anonymous"), 30, 55, t("The name used to indicate anonymous users."));
+ $output .= form_textfield(t("Allowed HTML"), "allowed_html", variable_get("allowed_html", "<A><B><BLOCKQUOTE><CODE><DD><DL><DT><EM><HR><I><LI><SMALL><OL><U><UL>"), 30, 55, t("Allowed HTML tags."));
$output .= "<HR>\n";
// node settings: