Kod
<? if( ($temat == "") || ($temat == "home") ) {
include("home.php");
} else
if( ($temat == "galeria") ) {
include("gal/gal.php");
} else
if( ($temat == "wpis") ) {
include("wpis.php");
} else
if( ($temat == "pamietnik") ) {
include("blog/index.php");
} else
if( ($temat == "maker") ) {
include("maker.php");
} else
if( ($temat == "chat") ) {
include("chat.php");
} else
if( ($temat == "3w") ) {
include("3w.php");
} else
if( ($temat == "autor") ) {
include("autorzy.php");
} else
if( ($temat == "kontakty") ) {
include("kont.php");
} else
if( ($temat == "ciekawosci") ) {
include("ciek.php");
} else
if( ($temat == "fury") ) {
include("fury.php");
} else
if( ($temat == "ksiega") ) {
include("ksiega.php");
} else
if( ($temat == "ania") ) {
include("ania.txt");
} ?>
Jest cos takiego... w index.php, natomiast w linkach mam min.
Kod
index.php?temat=gal&strona=1