switch ile
 <?php
switch($icerik) {
case 'resim':
include("resimler.php");
break;
default:
include("anasayfa.php");
break;
}
?>