diff --git a/public/include/pages/about/api.inc.php b/public/include/pages/about/api.inc.php new file mode 100644 index 00000000..d0eb55e7 --- /dev/null +++ b/public/include/pages/about/api.inc.php @@ -0,0 +1,8 @@ +assign("CONTENT", "default.tpl"); +?> diff --git a/public/templates/mmcFE/about/api/default.tpl b/public/templates/mmcFE/about/api/default.tpl new file mode 100644 index 00000000..670c9dc2 --- /dev/null +++ b/public/templates/mmcFE/about/api/default.tpl @@ -0,0 +1,3 @@ +{include file="global/block_header.tpl" BLOCK_HEADER="API Reference"} +

Please head over to the official documentation to learn about the API featured in mmcfe-ng.

+{include file="global/block_footer.tpl"} diff --git a/public/templates/mmcFE/global/navigation.tpl b/public/templates/mmcFE/global/navigation.tpl index 0bac9018..90554bed 100644 --- a/public/templates/mmcFE/global/navigation.tpl +++ b/public/templates/mmcFE/global/navigation.tpl @@ -37,6 +37,7 @@
  • About