On my functions.php :
<?php
include '/lib/functions/access.php';
include '/lib/functions/childtheme_menu_args.php';
include '/lib/functions/branding.php';
include '/lib/functions/xyzmenu.php';
include '/lib/functions/readmore.php';
include '/lib/functions/page_navi.php';
include '/lib/functions/thematic_infobar.php';
?>
=> :
- <title> is not allowed inside <body>. Moving <title> into the <head>.
- <meta> is not allowed inside <body>. Moving <meta> into the <head>.
- Unmatched </head> encountered. Ignoring tag.
- Extra <body> encountered. Migrating attributes back to the original <body> element and ignoring the tag.
=> May you help me???