9 lines
236 B
PHP
9 lines
236 B
PHP
<?php include '_adminheader.php'; ?>
|
|
<h2>Mission and Travel Page</h2>
|
|
<p>
|
|
Choose one of the elements of the Mission and Travel page below that you would
|
|
like to edit.
|
|
</p>
|
|
<ul>
|
|
<?php include '_missionandtravel_menuitems.php' ?>
|
|
</ul>
|