Cytat
Fatal error: Cannot redeclare xs_switch() (previously declared in /home/test/includes/template.php:2435) in /home/test/includes/template.php on line 2438
W czym może być błąd

na
include("top.php");
include_once("top.php");
to chodziło a jak dodałem
include("includes/template.php");
i miałem
include("top.php");
to przestało chodzić i zaczęło jak zmieniłem oba na
include("top.php"); include("includes/template.php");
include_once("top.php"); include_once("includes/template.php");