diff --git a/e107_core/shortcodes/single/email_item.sc b/e107_core/shortcodes/single/email_item.sc
index ed82b8f13..71226d57d 100644
--- a/e107_core/shortcodes/single/email_item.sc
+++ b/e107_core/shortcodes/single/email_item.sc
@@ -15,12 +15,12 @@ if(deftrue('BOOTSTRAP'))
elseif (defined("ICONMAIL") && file_exists(THEME."images/".ICONMAIL))
{
$icon = THEME_ABS."images/".ICONMAIL;
- $img = "";
+ $img = "
";
}
else
{
$icon = e_IMAGE_ABS."generic/email.png";
- $img = "
";
+ $img = "
";
}
// message^source^other_parms
diff --git a/e107_core/shortcodes/single/print_item.sc b/e107_core/shortcodes/single/print_item.sc
index 80f03ad6b..de2ea7697 100644
--- a/e107_core/shortcodes/single/print_item.sc
+++ b/e107_core/shortcodes/single/print_item.sc
@@ -10,12 +10,12 @@ if(deftrue('BOOTSTRAP'))
elseif (defined("ICONPRINT") && file_exists(THEME."images/".ICONPRINT))
{
$icon = THEME_ABS."images/".ICONPRINT;
- $img = "
";
+ $img = "
";
}
else
{
$icon = e_IMAGE_ABS."generic/printer.png";
- $img = "
";
+ $img = "
";
}
diff --git a/e107_plugins/forum/forum_viewtopic.php b/e107_plugins/forum/forum_viewtopic.php
index 06d9beca6..05ca2f9c8 100644
--- a/e107_plugins/forum/forum_viewtopic.php
+++ b/e107_plugins/forum/forum_viewtopic.php
@@ -606,7 +606,7 @@ if ($thread->threadInfo['thread_lastpost'] > USERLV && !in_array($thread->thread
else
{
$ret = array('lastpost'=>$thread->threadInfo['thread_lastpost'], 'lastvisit'=>USERLV, 'thread'=>$thread->threadId, 'viewed'=>$threadsViewed);
- $mes->addDebug(print_a($ret,true));
+ e107::getDebug()->log($ret);
unset($ret);
}
diff --git a/e107_plugins/forum/templates/forum_icons_template.php b/e107_plugins/forum/templates/forum_icons_template.php
index e0d4d5769..3033e7fcd 100644
--- a/e107_plugins/forum/templates/forum_icons_template.php
+++ b/e107_plugins/forum/templates/forum_icons_template.php
@@ -65,7 +65,7 @@ define('IMAGE_untrack', '
');
-define('IMAGE_email', '
');
+define('IMAGE_email', '
');
define('IMAGE_profile', '
');
// action
diff --git a/e107_plugins/forum/templates/forum_template.php b/e107_plugins/forum/templates/forum_template.php
index 33661636f..67f9e6b47 100644
--- a/e107_plugins/forum/templates/forum_template.php
+++ b/e107_plugins/forum/templates/forum_template.php
@@ -27,7 +27,7 @@ if (!isset($FORUM_MAIN_FORUM))
{
$SC_WRAPPER['LASTPOST:type=date'] = "{---}
";
$SC_WRAPPER['LASTPOST:type=url'] = " ".IMAGE_post2."";
- $FORUM_MAIN_FORUM = "