|
if ($id==1)
{include ("menu_profile.html");} ?>
if ($id==2)
{include ("menu_production.html");} ?>
if ($id==3)
{include ("menu_marketing.html");} ?>
|
include ("navigasi.html") ?>
|
if ($id==1)
{$Content="profile.html";} ?>
if ($id==2)
{$Content="production_1.html";} ?>
if ($id==3)
{$Content="marketing_1.html";} ?>
if ($id==4)
{$Content="contact.php";} ?>
|
include ("menu_bottom.html") ?>
|