HosipLan

Untitled

Apr 22nd, 2014
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. class Engine extends Nette\Latte\Engine
  2. {
  3.     public function __construct()
  4.     {
  5.         parent::__construct();
  6.         \System\Templates\LatteMacros::install($this->getCompiler());
  7.         \System\Application\Templates\ImageManager\ImageManagerMacro::install($this->getCompiler());
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment