Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class Engine extends Nette\Latte\Engine
- {
- public function __construct()
- {
- parent::__construct();
- \System\Templates\LatteMacros::install($this->getCompiler());
- \System\Application\Templates\ImageManager\ImageManagerMacro::install($this->getCompiler());
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment