Current File : /home/inlingua/public_html/dwarka/icentex/procedures/footer_updates.php
</div>
	</div>
<div id="secondaryContent">

<?php
$dbObject_tot = new dbHandler();
$dbObject_tot->connect();
$querytotupdates="select recNo  from messages where 1=1 && to_send='".$_SESSION['id']."' &&  to_viewed = '0' &&  to_deleted = '0'";
$selectedRecords_msg = $dbObject_tot->Select($querytotupdates);
if($selectedRecords_msg>0)
{
$flag="<img src='images/new-blinking.gif' style='border:none;'>";
}
else
{
$flag="";
}
?>
			
<h3>Main List</h3>
          <ul id="menu" class="dbMenu onMouse" style="padding-left:2px; list-style:none !important; ">
		  <li><a href="../home.php">Home</a></li>
		  
            
          
		  <li><a href="private_messages.php">Updates(<?php echo $selectedRecords_msg;?>)<span style="padding-top:10px;"><?php echo $flag; ?></span></a></li>
		  
          </ul>
          
		  
          <!--  <p><a href="#"><img src="images/inlinguaffinity.jpg" width="120" height="72" alt="inlinguaffinity.net" /></a></p>-->
<div class="xbg"></div>
		</div>
		<div class="clear"></div>
  </div>
	<div id="footer">
		<p>Copyright &copy; <?php echo date("Y"); ?> inlingua International Ltd. | All rights reserved</p>
	</div>
</div>
</body>
</html>