git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2307
7612ce4b-ef26-0410-bec9-
ea0150e637f0
}
+/* Special Themes Block */
if ( !($colapse['Group7']) ) {
$i = 0;
echo '<tr><th>' . _("Theme Name") .
}
}
+/* Special Plugins Block */
if ( $colapse['Group8'] ) {
$sw = '(+)';
} else {
"<a href=options.php?switch=Group7 STYLE=\"text-decoration:none\"><b>$sw</b> </a>" .
_("Plugins") . '</th></tr>';
-if( !$colapse['Group7'] ) {
+if( !$colapse['Group8'] ) {
$fd = opendir( '../plugins/' );
$op_plugin = array();