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