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.

19 lines
401B

  1. <?php
  2. $PAGE_TITLE = "KXStudio Canvas Namespace";
  3. $PAGE_TYPE = "NAMESPACE";
  4. $PAGE_SOURCE_1 = ARRAY("/ns", "/ns/canvas");
  5. $PAGE_SOURCE_2 = ARRAY("Namespace", "Canvas");
  6. include_once("../../includes/header.php");
  7. ?>
  8. <ul>
  9. <li><a href="split">Split</a>
  10. <li><a href="x_split">X Split</a>
  11. <li><a href="y_split">Y Split</a>
  12. </ul>
  13. <br/>
  14. <?php
  15. include_once("../../includes/footer.php");
  16. ?>