]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/Wallabag/Template.php
new folders
[github/wallabag/wallabag.git] / src / Wallabag / Wallabag / Template.php
similarity index 98%
rename from inc/poche/Template.class.php
rename to src/Wallabag/Wallabag/Template.php
index 4d0bfdbb13161c4a6c8b3a625bfd58bbfa1bd157..e8a6daa3b636091e8657dd2323c2744136b48e18 100644 (file)
@@ -8,6 +8,8 @@
  * @license    http://opensource.org/licenses/MIT see COPYING file
  */
 
+namespace Wallabag\Wallabag;
+
 class Template extends Twig_Environment
 {
     protected $wallabag;
@@ -15,7 +17,7 @@ class Template extends Twig_Environment
     private $canRenderTemplates = TRUE;
     private $currentTheme = '';
 
-    public function __construct(Poche $wallabag)
+    public function __construct(Wallabag $wallabag)
     {
         $this->wallabag = $wallabag;