I would like to use php includes tag to get a custom navigation called nav,php that is on my root.
I have tried both of the following in the pages, edit feature.
<?php include("nav.php"); ?>
{require_once('nav.php');}
did not work any suggestions are appreciated