diff options
author | friendica <info@friendica.com> | 2012-11-07 14:09:51 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-07 14:09:51 -0800 |
commit | cc8a11eee2c0f8c190ac421542845bfc3ae0b5c4 (patch) | |
tree | c1c97a545821135913bad018f039a505c8de7396 /mod/channel.php | |
parent | 7501717d2e844fefb142cbbdac2bca5ab4d77754 (diff) | |
download | volse-hubzilla-cc8a11eee2c0f8c190ac421542845bfc3ae0b5c4.tar.gz volse-hubzilla-cc8a11eee2c0f8c190ac421542845bfc3ae0b5c4.tar.bz2 volse-hubzilla-cc8a11eee2c0f8c190ac421542845bfc3ae0b5c4.zip |
allow theme selection
Diffstat (limited to 'mod/channel.php')
-rw-r--r-- | mod/channel.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/channel.php b/mod/channel.php index 4fd7a6481..01803a4aa 100644 --- a/mod/channel.php +++ b/mod/channel.php @@ -58,6 +58,7 @@ function channel_content(&$a, $update = 0) { } + require_once("include/bbcode.php"); require_once('include/security.php'); require_once('include/conversation.php'); |