$lang="en";
include_once($_SERVER['DOCUMENT_ROOT']."/incom/modules/general/mysql.php");
$ids = 439;
$title='Performed objects';
//$keywords='';
//$description='';
require($_SERVER["DOCUMENT_ROOT"]."/incom/template/header.php");
?>
$i=1;
$s=mysql_query("select * from i_block_elements where id_section='$ids' and version='$lang' and obj_act=1 order by obj_sort asc limit 100");
while($r=mysql_fetch_array($s))
{
?>
if (!@fopen($_SERVER['DOCUMENT_ROOT'].'/upload/images/small/'.$r["obj_img"],'r')) { ?>
} else { ?>
} ?>
if ($ob->check_admin())
{
$incom->page->edit($lang, 'element', $r["id"]);
}
?>
if(($i++)%4==0) echo '
';
}
?>
require($_SERVER["DOCUMENT_ROOT"]."/incom/template/footer.php");?>