Question
I want to change the design of the Twiki site. For example, I want to use a graphical layout different from the standard Twiki layouts. What is the file that controls the top and bottom of the page and uses SSI to pull in the text out of the other files. Thanks
--
CarlFugate - 28 Nov 2000
Thanks for the help, that answered my question.
Answer
TWiki separates code from presentation. To change the UI simply edit the HTML templates files in the
twiki/templates directory. There is one file for each Perl script, i.e.
twiki/templates/view.tmpl is for the
twiki/bin/view script.
--
PeterThoeny - 28 Nov 2000