IntroductionThis page is aimed for developers. It describes how burstcms handles admin interface and it's modules. AuthenticationWhen admin interface is loaded, first burstcms checks that user is logged in, if not login form is given to user. ThemesAdmin interface supports themes. All available modules are listed with {modules} tags. These contains links to admin interface with get variable "m". When "m"-variable is set to modules name, module is loaded and it output is put to {content} tag. If there is no modules loaded, the dashboard interface is given to user. Admin-modulesThe admin interface is based on admin-modules. These admin-modules are modules that are build to run on admin interface.
|