File modules/template_engine/AppInfo.class.php

Last commit: Sat Oct 10 01:29:41 2020 +0200	Jan Dankert	Refactoring: Only using CSS classes with the 'or-'-prefix.
1 <?php 2 3 4 namespace template_engine; 5 6 7 class AppInfo 8 { 9 public static $styleClassPrefix = ''; 10 }
Download modules/template_engine/AppInfo.class.php
History Sat, 10 Oct 2020 01:29:41 +0200 Jan Dankert Refactoring: Only using CSS classes with the 'or-'-prefix.