/partials
/partials
Use this folder to store reusable .php components as seperate files.
Partials can be references from any other .php file wiht the following syntax: <?php include __DIR__ . '/partials/example.php'; ?>
/partialsUse this folder to store reusable .php components as seperate files.
Partials can be references from any other .php file wiht the following syntax: <?php include __DIR__ . '/partials/example.php'; ?>