/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Thomas Ernst * @copyright 2016 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "system.html" %} {% import "forms.html" as forms %} {% block content %}

Template Checker

{{ forms.config_select('tplchk', { 'tplchk': {'pages': config_pages }}, 'pages', dir('pages', '^(?!base|apps)(.+?)') ) }}

System checks:

'config.ini' file
'temp' directory
php version
php extension 'mbstring'
newer version
Masteritem file

Files in template directory:

{% endblock %}