summaryrefslogtreecommitdiff
path: root/ng_selfservice/docs.php
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-07-02 11:53:40 -0700
committerIvan Kohler <ivan@freeside.biz>2014-04-23 23:55:29 -0700
commit2f7688b1b21d92b406d60d09cdd8edcd7a99e842 (patch)
treee04534ffbf06424205b977abaee34ff4e9f42653 /ng_selfservice/docs.php
parent7d26901e658bd61078f10c0713676f94375f3283 (diff)
selfservice, TNG, RT#22193
Diffstat (limited to 'ng_selfservice/docs.php')
-rw-r--r--ng_selfservice/docs.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/ng_selfservice/docs.php b/ng_selfservice/docs.php
new file mode 100644
index 000000000..b0b605c41
--- /dev/null
+++ b/ng_selfservice/docs.php
@@ -0,0 +1,6 @@
+<? $title ='Documentation'; include('elements/header.php'); ?>
+<? $current_menu = 'docs.php'; include('elements/menu.php'); ?>
+A wide range of technical and learning resources
+<BR><BR>(What, if anything does the portal need to do to support this? Offer in the back-office a place to edit links that go in this section? A more comprehensive documentation-management solution with articles, categories, etc.?)
+<? include('elements/menu_footer.php'); ?>
+<? include('elements/footer.php'); ?>