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

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);
 
 
?>