<?php
$lightbulb['folder'] = "mini".$lightbulb['folder'];
<?php
$lightbulb['folder'] = "mini".$lightbulb['folder2'];
<?php
global $mybb, $lang, $db, $unread_forums;
<?php
global $mybb, $lang, $db, $unread_forums, $theme;
<?php
$folder = "offlock";
<?php
$folder = "<img class=\"icono_foro_cerrado\" src=\"$theme[imgdir]/foro_cerrado.png\" /><img src=\"$theme[imgdir]/ficons/icon_$forum[fid].png\" width=\"48\" height=\"48\" alt=\"$altonoff\" title=\"$altonoff\" class=\"ajax_mark_read\" id=\"mark_read_$forum[fid]\" />";
<?php
$folder = "on";
<?php
$folder = "<img src=\"$theme[imgdir]/ficons/icon_$forum[fid].png\" width=\"48\" height=\"48\" alt=\"$altonoff\" title=\"$altonoff\" class=\"ajax_mark_read icono_con_mensajes\" id=\"mark_read_$forum[fid]\" />";
$folder2 = "on";
<?php
$folder = "off";
<?php
$folder = "<img src=\"$theme[imgdir]/ficons/icon_$forum[fid].png\" width=\"48\" height=\"48\" alt=\"$altonoff\" title=\"$altonoff\" class=\"ajax_mark_read icono_sin_mensajes\" id=\"mark_read_$forum[fid]\" />";
$folder2 = "off";
<?php
return array(
"folder" => $folder,
"altonoff" => $altonoff
);
<?php
return array(
"folder" => $folder,
"folder2" => $folder2,
"altonoff" => $altonoff
);
.icono_sin_mensajes {
-moz-opacity:0.5;
filter: alpha(opacity=50); opacity: .5;
-webkit-opacity:0.5;
}
.icono_foro_cerrado {
position: absolute;
margin-top:20px; /* cambiar */
margin-left: -4px; /* cambiar */
}
.icono_con_mensajes {
}
<img src="{$theme['imgdir']}/{$forum['ficon']}_{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" />
{$lightbulb['folder']}
<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1">{$lightbulb['folder']}</td>
<td class="{$bgcolor}" valign="top">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>
-moz-opacity:0.5;
-webkit-opacity:0.5;
opacity: 0.5;