#2 Limun Mercoledì, 24 Dicembre 2008, 14:00
apri mg_themes.cfg o il tuo xxx_xx.cfg
e trova questo
if(in_array($color, $squared_colors))
{
/*
$img_fade = '';
$img_fade_nm = '';
*/
$images['tbl_h_l'] = '<table class="roundedtop" width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td width="27" align="right" valign="bottom"><img class="topcorners" src="' . $current_template_images . 'tbl_h_l.gif" width="27" height="29" alt="" /></td>';
$images['tbl_h_c'] = '<td class="roundedhc" width="100%" align="center">';
$images['tbl_h_r'] = '</td><td width="27" align="left" valign="bottom"><img class="topcorners" src="' . $current_template_images . 'tbl_h_r.gif" width="27" height="29" alt="" /></td></tr></table>';
$images['tbl_b_l'] = '';
$images['tbl_b_c'] = '';
$images['tbl_b_r'] = '';
$images['tbl_f_l'] = '<table class="roundedbottom" width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td width="10" align="right" valign="top"><img src="' . $current_template_images . 'tbl_f_l.gif" width="10" height="12" alt="" /></td>';
$images['tbl_f_c'] = '<td class="roundedfc" width="100%" align="center">';
$images['tbl_f_r'] = '</td><td width="10" align="left" valign="top"><img src="' . $current_template_images . 'tbl_f_r.gif" width="10" height="12" alt="" /></td></tr></table>';
Versione di IP: 1.2.0.27x
Server: Linux
Ultima modifica di Limun il Mercoledì, 24 Dicembre 2008, 14:01, modificato 1 volta in totale