2017 © Pedro Peláez
 

symfony-bundle themesbundle

This bundle lets you change the themes, and body background of specified twig templates

image

justinfuhrmeister-clarke/themesbundle

This bundle lets you change the themes, and body background of specified twig templates

  • Sunday, January 1, 2017
  • by justin.fc
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

ThemeBundle

A Symfony Theme Bundle System, (*1)

/* Symfony Themesbundle, to allow easy changing of themes, and body backgrounds. Copyright (C) 2016 Justin Fuhrmeister-Clarke, (*2)

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

*/, (*3)

please enable: new ThemesBundle\ThemesBundle(),, (*4)

in AppKernal.php, (*5)

To enable Routing please place the below in app/config/routing.yml, (*6)

themes: resource: "@ThemesBundle/Resources/config/routing.yml" prefix: /themes, (*7)

To enable these themes please place the below at the base of either layout.html.twig or base.html.twig., (*8)

<!-- start theme Embed -->
{{ render(controller( 'ThemesBundle:Default:footer' )) }}
<!-- end theme Embed -->

Any issues please log them at github issues., (*9)

The Versions

01/01 2017

dev-master

9999999-dev http://github.com/JustinFuhrmeister-Clarke/ThemesBundle

This bundle lets you change the themes, and body background of specified twig templates

  Sources   Download

GPL-3.0+

The Requires

 

twig bundle symfony themes