From 1373956529cd4c5f7a5bdfaefad407b24c8bb828 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 5 Nov 2018 12:47:47 +0100 Subject: Adds first version of an API to get the top navigation menu and the sidebar. --- api/sidebar.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 api/sidebar.php (limited to 'api/sidebar.php') diff --git a/api/sidebar.php b/api/sidebar.php new file mode 100644 index 0000000..75c8b36 --- /dev/null +++ b/api/sidebar.php @@ -0,0 +1,12 @@ + $content); + ob_end_clean(); + + return $content; +} + -- cgit v1.2.3