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.

17 lines
364B

  1. <?php
  2. $PAGE_TITLE = "KXStudio Canvas Namespace";
  3. $PAGE_TYPE = "NAMESPACE";
  4. $PAGE_SOURCE_1 = ARRAY("/ns", "/ns/dev-docs");
  5. $PAGE_SOURCE_2 = ARRAY("Namespace", "Developer Documentation");
  6. include_once("../../includes/header.php");
  7. ?>
  8. <ul>
  9. <li><a href="CarlaBackend">Carla Backend</a></li>
  10. </ul>
  11. <br/>
  12. <?php
  13. include_once("../../includes/footer.php");
  14. ?>