lelesys/module-theme

This package is abandoned and no longer maintained. No replacement package was suggested.

Noes backend module for theme configuration, For templates based on Twitter Bootstrap

Installs: 253

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 16

Forks: 0

Open Issues: 0

Type:typo3-flow-package

1.1.0 2014-04-23 12:14 UTC

This package is not auto-updated.

Last update: 2018-01-07 07:54:52 UTC


README

The module provides theme management for the site, The module provides eleven default themes, which are based on twitter bootstrap themes. You can also add you custom themes using the backend module provided in Noes backend under Management > Themes.

Integrating themes with your site

The integration of themes with the site is done with the use of a viewhelper.

  • Include the namespace of the viewhelper on your template
include: {namespace theme=Lelesys\Module\Theme\ViewHelpers}
  • Include the viewhelper where ever you add your css file
<theme:themeFiles />

Uploading your custom themes

In the themes backend module you can add your custom themes by either uploading a css file or a zip that contains multiple css files.