KXStudio Website https://kx.studio/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Documentation:Wiki.php 475B

11 years ago
12345678910111213
  1. <?php
  2. $PAGE_TITLE = "KXStudio";
  3. $PAGE_TYPE = "NONKXSTUDIO";
  4. $PAGE_SOURCE_1 = ARRAY("/Documentation", "/Documentation", "/Documentation:Wiki");
  5. $PAGE_SOURCE_2 = ARRAY("Documentation", "Wiki");
  6. include_once("includes/header.php");
  7. ?>
  8. <iframe id="wikitextframe" src="http://www.wiki.linuxmusicians.com/doku.php?do=export_html" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0"></iframe>
  9. <?php
  10. include_once("includes/footer.php");
  11. ?>