aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-01-24 23:08:39 -0800
committerFriendika <info@friendika.com>2011-01-24 23:08:39 -0800
commitb0ab3e468b5c20cfe369ff282b7906d1690a3510 (patch)
tree2a765e0e986d27af6a72c43725efcf737cae3acd /boot.php
parentfc5316fe21d567802adf784d4b984852f0c7ee90 (diff)
downloadvolse-hubzilla-b0ab3e468b5c20cfe369ff282b7906d1690a3510.tar.gz
volse-hubzilla-b0ab3e468b5c20cfe369ff282b7906d1690a3510.tar.bz2
volse-hubzilla-b0ab3e468b5c20cfe369ff282b7906d1690a3510.zip
leave room for vertical scrollbar (when needed)
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 86ad29296..adb1b96f8 100644
--- a/boot.php
+++ b/boot.php
@@ -2215,3 +2215,17 @@ function link_compare($a,$b) {
return true;
return false;
}}
+
+
+if(! function_exists('prepare_body')) {
+function prepare_body($item) {
+
+ require_once('include/bbcode.php');
+
+ $s = smilies(bbcode($item['body']));
+
+ return $s;
+
+
+
+}} \ No newline at end of file