Вход Регистрация
Файл: billing/_rootbill/_tariffs_shop.inc.php
Строк: 20
<?
    _head
('utf-8',$_lang[PayTitle]);
    print 
"<table width=100% border=1 cellspacing=1 cellpadding=2 bordercolor=#4CA442>";
?>
        <tr><th colspan=8 align=center><B><?=$_lang[tshop1]?></b></th></tr>
        <tr align=center>
            <th width="50%"><b><?=$_lang[tshop2]?></b></th>
            <th width="50%"><b><?=$_lang[tshop3]?></b></th>
        </tr>
<?
    $r 
= @mysql_query("select * from shop_items where active=1") or die(mysql_error());
    while (
$rr = @mysql_fetch_object($r))
    {
        
getfont();
        print 
"<tr bgcolor=$font_row align='center'><td>{$rr->name}</td><td>{$rr->cost}</td></tr>";
    }
    print 
"</table>";
    
_foot('utf-8');
?>
Онлайн: 0
Реклама