I am trying to make my side bar editable for my client and everything is fine, except my client doesn't have access to edit code and he cannot see this tag
<?php echo $active[1] ?>> which makes it have an active class.
Same problem with the include file on the actual page:
<?php $current = 1; include("includes/filename.php"); ?>
How does my client edit this number so he has the correct active state for that page?