initial commit
This commit is contained in:
33
production/site/en/admin/menu.php
Normal file
33
production/site/en/admin/menu.php
Normal file
@@ -0,0 +1,33 @@
|
||||
|
||||
<ul>
|
||||
<li id='mi_whoweare'>
|
||||
<a href='/admin/whoweare.php' title='Who We Are' class='menu_header'>Who We Are</a>
|
||||
<ol class='sub_menu'>
|
||||
<?php include '_whoweare_menuitems.php' ?>
|
||||
</ol>
|
||||
</li>
|
||||
<li id='mi_resources'>
|
||||
<a href='/admin/resources.php' title='Resources' class='menu_header'>Resources</a>
|
||||
<ol class='sub_menu'>
|
||||
<?php include '_resources_menuitems.php' ?>
|
||||
</ol>
|
||||
</li>
|
||||
<li id='mi_prayerrequests'>
|
||||
<a href='/admin/prayerrequests.php' title='Prayer Requests' class='menu_header'>Prayer Requests</a>
|
||||
<ol class='sub_menu'>
|
||||
<?php include '_prayerrequests_menuitems.php' ?>
|
||||
</ol>
|
||||
</li>
|
||||
<li id='mi_missionandtravel'>
|
||||
<a href='/admin/missionandtravel.php' title='Mission and Travel' class='menu_header'>Mission and Travel</a>
|
||||
<ol class='sub_menu'>
|
||||
<?php include '_missionandtravel_menuitems.php' ?>
|
||||
</ol>
|
||||
</li>
|
||||
<li id='mi_photosandvideos'>
|
||||
<a href='/admin/photosandvideos.php' title='Photos and Videos' class='menu_header'>Photos and Videos</a>
|
||||
<ol class='sub_menu'>
|
||||
<?php include '_photosandvideos_menuitems.php' ?>
|
||||
</ol>
|
||||
</li>
|
||||
</ul>
|
||||
Reference in New Issue
Block a user