aboutsummaryrefslogtreecommitdiffstats
path: root/_nav
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-05-15 09:24:53 +0000
committerRomain d'Alverny <rda@mageia.org>2012-05-15 09:24:53 +0000
commitc10b088ae31c1dc1026755b936456c32a94ef0a3 (patch)
tree50c33f496d020da8e857b72485d347d43699d178 /_nav
parent6bed6171522bdbe64d3f4cb54707014447b43d36 (diff)
downloadwww-c10b088ae31c1dc1026755b936456c32a94ef0a3.tar
www-c10b088ae31c1dc1026755b936456c32a94ef0a3.tar.gz
www-c10b088ae31c1dc1026755b936456c32a94ef0a3.tar.bz2
www-c10b088ae31c1dc1026755b936456c32a94ef0a3.tar.xz
www-c10b088ae31c1dc1026755b936456c32a94ef0a3.zip
self test service
Diffstat (limited to '_nav')
-rw-r--r--_nav/index.php10
1 files changed, 6 insertions, 4 deletions
diff --git a/_nav/index.php b/_nav/index.php
index 6b1277f99..c4064d458 100644
--- a/_nav/index.php
+++ b/_nav/index.php
@@ -7,9 +7,11 @@
</style>
</head>
<body id="navdoc">
-<?php
-include '../lib/php-markdown/markdown.php';
-echo Markdown(file_get_contents('README.md'));
-?>
+ <?php
+ include '../lib/php-markdown/markdown.php';
+ echo Markdown(file_get_contents('README.md'));
+ ?>
+ <script src="/_nav/js/"></script>
+ <p>(this document uses the Javascript snippet)
</body>
</html> \ No newline at end of file