initial commit

This commit is contained in:
Ben Ramey
2017-03-02 21:36:05 -06:00
commit e85327b977
1953 changed files with 176586 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["/ dtn menu /"]; //create header
ssmItems[1]=["Menu", "menu.php", ""];
ssmItems[2]=["Who We Are", "whoweare.php",""];
ssmItems[3]=["Resources", "resources.php", ""];
ssmItems[4]=["Prayer Requests", "prayerrequests.php", ""];
ssmItems[5]=["Mission and Travel", "missionandtravel.php", ""];
ssmItems[6]=["Photos and Videos", "photosandvideos.php", ""];
ssmItems[7]=["/ links /", "", ""]; //create header
ssmItems[8]=["Action Min. Canada", "http://www.actioncanada.net", ""];
ssmItems[9]=["Action Min. Int'l", "http://www.actionintl.org", ""];
ssmItems[10]=["Action Min. UK", "http://www.actionuk.org", ""];