FOSSology  3.2.0rc1
Open Source License Compliance by Open Source Software
services.php
Go to the documentation of this file.
1 <?php
2 /*
3  Copyright Siemens AG 2015
4 
5  Copying and distribution of this file, with or without modification,
6  are permitted in any medium without royalty provided the copyright
7  notice and this notice are preserved. This file is offered as-is,
8  without any warranty.
9  */
16 global $container;
17 $loader = $container->get('twig.loader');
18 $loader->addPath(dirname(__FILE__).'/template');