Page 1 of 1

Content Type Setter Method

Posted: Mon Mar 07, 2005 11:05 am
by koehler
Could you please add a "Content-Type" setter method to the module object (or whereever)  to convoy it to the displaying level ?

As far as i can see there is no way to do this w/o modifing cms variables directly and i'm currently doing it this way (since 9.2):
$this->cms->variables['content-type'] = ' text/xml';

Regards,

Michael

Re: Content Type Setter Method

Posted: Mon Mar 07, 2005 11:15 am
by Ted
Good idea.  It's on my todo list.