Informacja o błędzie jest następująca: 'Call to undefined function wyswietl_naglowek()'
index.php:
<?php require_once('funkcje.php'); wyswietl_naglowek(); ?>
funkcje.php:
<?php require_once('funkcje_wyswietlania.php'); ?>
funkcje_wyswietlania.php
<?php function wyswietl_naglowek2() { } ?>