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.

16 lines
361B

  1. <?php
  2. $PAGE_TITLE = "KXStudio";
  3. $PAGE_TYPE = "NONKXSTUDIO";
  4. $PAGE_SOURCE_1 = ARRAY("/Documentation", "/Documentation", "/Documentation:Manual:Carla");
  5. $PAGE_SOURCE_2 = ARRAY("Documentation", "Manual", "Carla");
  6. include_once("includes/header.php");
  7. ?>
  8. <?php readfile("manuals/carla.html"); ?>
  9. <p><br/></p>
  10. <?php
  11. include_once("includes/footer.php");
  12. ?>