wenn ich zb auf der index.php bin overall_header.php
und wenn ich auf download.php bin download_header.php
dann hab ich das einfach so geändert
Code: Alles auswählen
include($phpbb_root_path . 'download/home_header.'.$phpEx);
include($phpbb_root_path . 'download/home_tail.'.$phpEx);
die template dateien der download_header.tpl eingetragen
jedoch kommt jetzt ein fehler:
Template->loadfile(): No file specified for handle download_header
schonmal big thx im vorraus