| Trustmaster |
|
|---|---|
|
View module can only display plain output of .txt and .html files. What you need is AJAX mode. When a page is requested via AJAX, the constant is defined:
define('COT_AJAX', true);
and header/footer are not printed. May the Source be with you!
|