Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: e107 reikia pasalinti img

Parašė T-Boy· 2010 Gru. 18 11:12:00
#1

Reikia nuo šitos vietos panelėje (fotkėje apibraukta) pašalinti tą img. Jis vadinasi gold_menu.png



Čia kodas:

if (file_exists(e_PLUGIN . 'gold_system/images/gold_menu.png'))
{
    $gold_caption = '<img src="' . e_PLUGIN . 'gold_system/images/gold_menu.png" style="border:0px;" alt="' . $GOLD_PREF['gold_currency_name'] . '" /> ' . $GOLD_PREF['gold_currency_name'];
}
else
{
    $gold_caption = $GOLD_PREF['gold_currency_name'];
}
$ns->tablerender($gold_caption , $gold_text);
 
?>

Parašė utx· 2010 Gru. 18 11:12:39
#2


if (file_exists(e_PLUGIN . 'gold_system/images/gold_menu.png'))
{
    $gold_caption = ' ' . $GOLD_PREF['gold_currency_name'];
}
else
{
    $gold_caption = $GOLD_PREF['gold_currency_name'];
}
$ns->tablerender($gold_caption , $gold_text);
 
 
?>

Parašė T-Boy· 2010 Gru. 18 12:12:34
#3

Ačiū, +11 tau. ;)