$lang="en";
include_once($_SERVER['DOCUMENT_ROOT']."/incom/modules/general/mysql.php");
$ids = 440;
$title='In process';
//$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 ($ob->check_admin())
{
$incom->page->edit($lang, 'element', $r["id"]);
}
?>
if(($i++)%4==0) echo '
';
}
?>
require($_SERVER["DOCUMENT_ROOT"]."/incom/template/footer.php");?>