diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-05-15 09:24:53 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-05-15 09:24:53 +0000 |
commit | c10b088ae31c1dc1026755b936456c32a94ef0a3 (patch) | |
tree | 50c33f496d020da8e857b72485d347d43699d178 | |
parent | 6bed6171522bdbe64d3f4cb54707014447b43d36 (diff) | |
download | www-c10b088ae31c1dc1026755b936456c32a94ef0a3.tar www-c10b088ae31c1dc1026755b936456c32a94ef0a3.tar.gz www-c10b088ae31c1dc1026755b936456c32a94ef0a3.tar.bz2 www-c10b088ae31c1dc1026755b936456c32a94ef0a3.tar.xz www-c10b088ae31c1dc1026755b936456c32a94ef0a3.zip |
self test service
-rw-r--r-- | _nav/index.php | 10 |
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 |