// index.php örneği $secili_tema = $ayarlar['aktif_tema'] ?? 'varsayilan'; include "temalar/$secili_tema/header.php"; // İçerik buraya... include "temalar/$secili_tema/footer.php";