9 lines
209 B
PHP
9 lines
209 B
PHP
<?php include '_adminheader.php' ?>
|
|
<h2>Resources Page</h2>
|
|
<p>
|
|
Choose one of the elements of the Resources page below that you would
|
|
like to edit.
|
|
</p>
|
|
<ul>
|
|
<?php include '_resources_menuitems.php' ?>
|
|
</ul>
|