';
// set this to 1 to let every author be notified about comments on their posts
$comments_notify = 1;
@@ -188,7 +188,7 @@ $comments_notify = 1;
$use_smilies = 0;
// the directory where your smilies are (no trailing slash)
-$smilies_directory = 'http://example.com/b2-img/smilies';
+$smilies_directory = $siteurl . '/b2-img/smilies';
// here's the conversion table, you can modify it if you know what you're doing
$b2smiliestrans = array(
@@ -319,9 +319,9 @@ $phoneemail_separator = ':::';
/* Stop editing */
-$HTTP_HOST=getenv('HTTP_HOST'); /* domain name */
-$REMOTE_ADDR=getenv('REMOTE_ADDR'); /* visitor's IP */
-$HTTP_USER_AGENT=getenv('HTTP_USER_AGENT'); /* visitor's browser */
+$HTTP_HOST = getenv('HTTP_HOST'); /* domain name */
+$REMOTE_ADDR = getenv('REMOTE_ADDR'); /* visitor's IP */
+$HTTP_USER_AGENT = getenv('HTTP_USER_AGENT'); /* visitor's browser */
$server = $dbhost;
$loginsql = $dbusername;
@@ -332,6 +332,6 @@ $base = $dbname;
// This is so the new admin location works
// Set this path separator appropriately for your OS: semi-colon on windows, colon on unix
//$path_sep=';';
-$path_sep=':';
+$path_sep = ':';
ini_set('include_path', ".$path_sep..$path_sep../$b2inc$path_sep./$b2inc");
?>