#1342 #1343 #1345 #1346 #1349 git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3340 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
27d2713283
commit
652eeb16cb
27 changed files with 994 additions and 204 deletions
|
|
@ -86,9 +86,18 @@ assetic:
|
|||
use_controller: '%kernel.debug%'
|
||||
filters:
|
||||
cssrewrite: ~
|
||||
|
||||
assets:
|
||||
headerLogo:
|
||||
inputs:
|
||||
- '@AppBundle/Resources/public/images/wlogo.png'
|
||||
footerText:
|
||||
inputs:
|
||||
- '@AppBundle/Resources/public/images/footer.svg'
|
||||
stof_doctrine_extensions:
|
||||
default_locale: de_DE
|
||||
orm:
|
||||
default:
|
||||
tree: true
|
||||
tree: true
|
||||
|
||||
white_october_tcpdf:
|
||||
class: 'AppBundle\Pdf'
|
||||
|
|
@ -44,4 +44,10 @@ services:
|
|||
app.keyword_service:
|
||||
class: AppBundle\Service\KeywordService
|
||||
arguments:
|
||||
- '@doctrine.orm.entity_manager'
|
||||
- '@doctrine.orm.entity_manager'
|
||||
|
||||
app.pdf:
|
||||
class: AppBundle\Pdf
|
||||
arguments:
|
||||
- '%kernel.root_dir%'
|
||||
- '@assetic.asset_manager'
|
||||
Loading…
Add table
Add a link
Reference in a new issue