Responsive HTM5 Drupal 7 Base Theme
SigmaOne is an advanced theme framework for designed for novice user to advanced user.
It provides easy to use configuration area GUI for novice user to use. The goal is to let user configure the layouts of their site without touching a single php code.
For more advanced user, they can turn off the GUI and use easy syntax similar to Drupal .info files to define their custom layout easily.
Sigma One Features
Custom layouting system
- You can specify different layout for different pages
- Able to store layouts in file or database
- Use easy array structure similar to .info file to construct your layout
example :
area[header][#name] = Header Region Area
area[header][#enabled] = 1
area[header][#disable_empty] = 0
area[header][#wrapper] = 1
area[header][#column] = 12
area[header][#clearfix] = 1
area[header][#newrow] = 1
area[header][#lastrow] = 1
area[header][#weight] = 1
area[header][#tag] = header
area[header][#tag_wrapper] = div
- Layout file honour Drupal template suggestion system.
- Column System as 1140.css grid system
Plugin system
- You can enable or disable any plugin that you don't use, and it won't be loaded when the page renders to optimize performance.