Skip to content

Commit

Permalink
Update app.php
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleBabar committed Mar 23, 2015
1 parent bda4052 commit 934a00d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,7 @@
}elseif (isset($route['template'])) {

$twiger = new Twiger( array_merge($constants, $route['params']) );
<<<<<<< HEAD
$twiger->addFunctions(array($assets, $path));
=======
$twiger->addFunction($assets);
>>>>>>> origin/master
$twiger->render($route['template'].'.html.twig', $route['route_params'] );

}
Expand Down

0 comments on commit 934a00d

Please sign in to comment.