When even your own notes
make you wonder man, you’re crazy!
Naw. I guess you can’t really expect yourself to remember what it means when you probably wrote it 15 years ago, and it didn’t make sense in the first place.
Oh, it’s definitely an “inside joke”. A secret message, so to speak.
To enable the "jennene-satisfactory" menu styles:
#navlist in the filename, for example
<?php require_once("g_nav_g.php"); ?>
must have the proper <li id="active"> and <a class="current"> so that the style can be applied to only that <a> element object.
it is also necessary to have the navigation structed as the include(), not as a single file (as was originally attempted) but as separate include()'s for each separate "submenu" level
see additional notes on:
/* <?php echo ROOT_OFFSET; ?>
<?php require_once('xroot-offset.php');?> */