'Teszt', '{des}' => 'Ez egy tesztweblap', '{city}' => 'Szolnok', ); foreach ($contentStrings as $key => $string) { $page = str_replace("{$key}", $string, $page); } echo $page; echo load('foot');