The JungiThemeBundle is a themes engine designed for the Symfony2. It provides wide features which allows you to create flexible and smart themes which have so-called tags. Thanks to these tags you can e.g. create a theme for desktop and mobile devices (Responsive Web Design) or create two separate themes where each one is designed for another device (Adaptive Web Design). Of course the functionality of the bundle not ends here. Read the documentation to know more.
The most useful features:
- Themes with tags support
- The possibility of change the current theme
- Smart theme resolving for a http request
- Support of Responsive Web Design, Adaptive Web Design and Responsive + Server-Side
- Various theme mappings (xml, php, yaml)
- Themes validation
- MobileDetect - used for detecting mobile devices (incl. tablets)
All documentation files are located in the Resources/doc
directory.
The installation steps are located here.
This bundle is under the MIT license