By: Maz
Date: 2006-07-12
Time: 14:41
|
Changing Default of htmlconv
Is there an easy way to change the default behaviour of htmlconv=yes to htmlconv=no, without having to edit the source?
|
By: Skrol29
Date: 2006-07-12
Time: 16:12
|
Re: Changing Default of htmlconv
If you set the charset to false when loadding the template, then no conversion is applied:
TBS->LoadTemplate('xxx.txt',false);
|
|
|
Posting in progress.
Please wait...
|