Make a distinction between templates and UI

Templates are the low-level bits and pieces that allow TW5 to generate
HTML and CSS renderings of tiddlers. The UI folder contains the
user-visible UI of TW5
This commit is contained in:
Jeremy Ruston
2013-05-31 15:38:27 +01:00
parent 905945ee26
commit 28b0b58a11
18 changed files with 26 additions and 26 deletions

View File

@@ -18,6 +18,6 @@ type: text/vnd.tiddlywiki-html
</style>
</head>
<body>
{{$:/templates/PageTemplate||$:/core/templates/html-tiddler}}
{{$:/core/ui/PageTemplate||$:/core/templates/html-tiddler}}
</body>
</html>