How can you set no theme?
PermalinkThanks

but thinking about it shouldn't matter where the files located since you don't need to check once when accessing the page if the users logged in or not, just before you give access, in the place where your calling the script. make sense?
This JSON script is capable of CRUD operations on a transactions database I need all the security levels I can get..
My Current workaround places the script in elements/ and loads the C5 database config and class. Script is protected by HTTP auth for now.
In case you weren't aware, singlepages feature of Concrete5 are themable via view.php.
Remo,
Thats a good idea! Gonna be tricky figuring out where to put the ob_start() call.. I'm thinking view() or render() in the controller off hand.. I'll have to play with it..
I haven't tried that but it might work.
But I would like to see a better solution to this too! Currently I'm not using pages for this but rather helper tools..