| Path : /var/www/html/smart_kpp2_v2/modules/meeting/ |
| Current File : /var/www/html/smart_kpp2_v2/modules/meeting/default.php |
<?php
if($_SESSION['user_os']=='mobile'){
include("modules/meeting/main/meeting_mobile.php");
}
else{
echo "<br />";
echo "<br />";
echo "<br />";
echo "<div align='center'><img src='modules/meeting/images/meeting.png' border='0' width='60%'></div>";
}
?>