From abc8436bfdc331609342105d8c56e8bd6468e693 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Fri, 11 May 2012 12:08:06 +0000 Subject: new global nav bar service --- _nav/html/index.php | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 _nav/html/index.php (limited to '_nav/html') diff --git a/_nav/html/index.php b/_nav/html/index.php new file mode 100644 index 000000000..31ba1d514 --- /dev/null +++ b/_nav/html/index.php @@ -0,0 +1,28 @@ +? */ +$wrap = isset($_GET['w']) ? true : false; + +include '../lib.php'; + +header('Access-Control-Allow-Origin: *'); +header('Access-Control-Allow-Methods: GET'); +header('Content-Type: text/html;charset=utf-8'); +header(sprintf('Expires: %s', gmdate('r', strtotime('+1 day')))); +echo _mgnav_html($wrap, $lang); \ No newline at end of file -- cgit v1.2.1