settings.inc 817 B

123456789101112131415161718192021222324
  1. <p class="title">
  2. tCMS General Settings - Edit these Locally (for now).
  3. </p>
  4. <hr />
  5. <p class="title">
  6. Configuration Variables
  7. </p>
  8. For now, every big config variable is set in /sys/admin/config/main.json. Refer to it if you know what you are doing.<br /><br />
  9. Soon I will have a users.json defining what users are there (or alias http auth users).
  10. <p class="title">
  11. Themes: Coming soon.
  12. </p>
  13. <!--<form id="themeForm" method="post" name="themeForm">
  14. <select name="selectedTheme">
  15. <?php
  16. //echo '<option></option>';
  17. ?>
  18. </select>
  19. </form>-->
  20. <p>
  21. Want to write your own theme (or modify one since I haven't finished the theme selector here)? Please see the <a href="teodesian.net/tCMS/index.php?nav=5&post=fileshare/manual/Chapter 03-Customization.post" title="GET UR MIND RITE">styling guide</a>.
  22. </p>