wiki:cssdesign

CSS Design

Files required:

Elements:
NONE

Views:
centauro/views/styles/admin_add.thtml

Controllers:
centauro/controllers/styles_controller.php

Models:
centauro/models/style.php

Description

Store CSS style for user blog on "styles" SQL table.

Notes

Default style is stored on row 1:

SELECT style FROM styles WHERE id=1;