// ##### DYNAMIC CONTENT #####
switch($frame)
{
case "desc":
include("pages/desc.php");
break;
case "agenda":
include("pages/agenda.php");
break;
case "venue":
include("pages/venue.php");
break;
case "pracinfos":
include("pages/pracinfos.php");
break;
case "social":
include("pages/social.php");
break;
case "call4proj":
include("pages/call4proj.php");
break;
case "call4part":
include("pages/call4part.php");
break;
case "teams":
include("pages/teams.php");
break;
case "committees":
include("pages/committees.php");
break;
case "sponsors":
include("pages/sponsors.php");
break;
case "contacts":
include("pages/contacts.php");
break;
case "faq":
include("pages/faq.php");
break;
case "online":
include("pages/online.php");
break;
case "media":
include("pages/media.php");
break;
case "results":
include("pages/results.php");
break;
case "biometric":
include("pages/biometric_database.php");
break;
case "emotion":
include("pages/audio_visual_emotion_database.php");
break;
case "results":
include("pages/results.php");
break;
default:
include("pages/start.php");
break;
}
?>
|
|