|
| if(!$wp){ include ("main.htm"); } elseif ($wp=="main") { include ("main.htm"); }
/*INFOS*/
elseif ($wp=="trama"){ include ("story.htm"); }
elseif ($wp=="personaggi"){ include ("pg.htm"); }
elseif ($wp=="manga") { include ("manga.htm"); }
elseif ($wp=="sigla") { include ("sigla.htm"); }
/*GALLERY*/
elseif ($wp=="gallery") { include ("gallery.htm"); }
elseif ($wp=="images_peach") { include ("gallery_peach.htm"); }
elseif ($wp=="images_lily") { include ("gallery_lily.htm"); }
elseif ($wp=="images_daisy") { include ("gallery_daisy.htm"); }
elseif ($wp=="images_scarlet") { include ("gallery_scarlet.htm"); }
elseif ($wp=="images_viento") { include ("gallery_viento.htm"); }
elseif ($wp=="images_jamapi") { include ("gallery_jamapi.htm"); }
elseif ($wp=="images_momoko_viento") { include ("gallery_momoko_viento.htm"); }
elseif ($wp=="images_momoko_jamapi") { include ("gallery_momoko_jamapi.htm"); }
elseif ($wp=="images_something") { include ("gallery_something.htm"); }
elseif ($wp=="images_gruppo") { include ("gallery_gruppo.htm"); }
elseif ($wp=="images_gruppo02") { include ("gallery_gruppo02.htm"); }
elseif ($wp=="deformed") { include ("gallery_sd.htm"); }
/*WALL*/
elseif ($wp=="wall") { include ("wall.htm"); }
elseif ($wp=="wall_800x600") { include ("wall_800x600.htm"); }
elseif ($wp=="wall_1024x768") { include ("wall_1024x768.htm"); }
/*GIF*/
elseif ($wp=="gif"){ include ("gif.htm"); }
elseif ($wp=="gif_anim"){ include ("gif_anim.htm"); }
elseif ($wp=="gif_trasp"){ include ("gif_trasp.htm"); }
/*ALTRO*/
elseif ($wp=="links") { include ("best_links.php"); }
else { include ("$wp"); }?>
|
|
|
 |