0
I need to include a file from a recursive directory, I’m using the following form:
<?php
require_once '../../cabecalho.php';
?>
Okay, here’s what’s going on. The header, which would be the header of the page + menu is loading, however, only the HTML, everything that is referenced within the header, as for example:
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
is not carrying, help?
Looking like this, it seems that the path of your css is not being located.
– Marcelo Diniz
What exactly is a "recursive directory"? I’ve now searched two search Engines, and only your question came up with the exact term.
– Bacco