mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
Forum: Backward compatibility fixes.
This commit is contained in:
@@ -15,12 +15,12 @@ if(deftrue('BOOTSTRAP'))
|
||||
elseif (defined("ICONMAIL") && file_exists(THEME."images/".ICONMAIL))
|
||||
{
|
||||
$icon = THEME_ABS."images/".ICONMAIL;
|
||||
$img = "<img src='".$icon."' style='border:0' alt='{$parms[0]}' />";
|
||||
$img = "<img src='".$icon."' style='border:0' alt='{$parms[0]}' class='icon S16 action' />";
|
||||
}
|
||||
else
|
||||
{
|
||||
$icon = e_IMAGE_ABS."generic/email.png";
|
||||
$img = "<img src='".$icon."' style='border:0' alt='{$parms[0]}' />";
|
||||
$img = "<img src='".$icon."' style='border:0' alt='{$parms[0]}' class='icon S16 action' />";
|
||||
}
|
||||
|
||||
// message^source^other_parms
|
||||
|
@@ -10,12 +10,12 @@ if(deftrue('BOOTSTRAP'))
|
||||
elseif (defined("ICONPRINT") && file_exists(THEME."images/".ICONPRINT))
|
||||
{
|
||||
$icon = THEME_ABS."images/".ICONPRINT;
|
||||
$img = "<img src='".$icon."' style='border:0' alt='{$parms[0]}' />";
|
||||
$img = "<img src='".$icon."' style='border:0' alt='{$parms[0]}' class='icon S16 action' />";
|
||||
}
|
||||
else
|
||||
{
|
||||
$icon = e_IMAGE_ABS."generic/printer.png";
|
||||
$img = "<img src='".$icon."' style='border:0' alt='{$parms[0]}' />";
|
||||
$img = "<img src='".$icon."' style='border:0' alt='{$parms[0]}' class='icon S16 action' />";
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user