File modules/cms/ui/themes/default/html/views/tree/tree.php

Last commit: Thu Oct 22 13:54:16 2020 +0200	Jan Dankert	A notice for generated files.
1 <?php /* THIS FILE IS GENERATED from tree.tpl.src.xml - DO NOT CHANGE */ defined('APP_STARTED') || die('Forbidden'); use \template_engine\Output as O; ?>
Download modules/cms/ui/themes/default/html/views/tree/tree.php
History Thu, 22 Oct 2020 13:54:16 +0200 Jan Dankert A notice for generated files. Sat, 26 Sep 2020 21:05:03 +0200 Jan Dankert Refactoring: An alias for the Output class, this results in a cleaner template. Sat, 26 Sep 2020 13:11:23 +0200 Jan Dankert Refactoring: No global variables any more. All constants are capsulated by classes. Sat, 29 Aug 2020 03:23:06 +0200 Jan Dankert Refactoring: Improved Exception-Handling; New: Generating pages using a page context which considers page aliases. Sun, 23 Feb 2020 23:22:50 +0100 Jan Dankert First template compilation with new element renderer. Sun, 23 Feb 2020 04:01:30 +0100 Jan Dankert Refactoring with Namespaces for the cms modules, part 1: moving.