[% USE CGI %] [% IF SHOW_DEBUG %] [% USE Dumper %]

variables

variable value
SHOW_DEBUG: [[% SHOW_DEBUG %]]
PATH: [[% PATH %]]
LOGIN [[% LOGIN %]]
LOCALE [[% LOCALE %]]
THEME [[% THEME %]]
cat_login: [[% CGI.cookie('cat_login') %]]
cat_locale: [[% CGI.cookie('cat_locale') %]]
cat_theme: [[% CGI.cookie('cat_theme') %]]
[% Dumper.dump_html(data) %]

Icons

[% FOREACH m = DATA %] [[% m.cn %]]
[% m.cipuxName %]
[% END %]

main simple template variable DATA

[% Dumper.dump_html(DATA) %]
[% END %]

Switch registered CAT modules on/off

[% FOREACH m = DATA %] [% END %]
[% lh.maketext('enabled') %] [% lh.maketext('Module name') %] [% lh.maketext('Short description') %] [% lh.maketext('Action') %]
[% IF m.cipuxIsEnabled == "TRUE" %]
[% lh.maketext('yes') %]
[% ELSE %]
[% lh.maketext('no') %]
[% END %]
[% m.cipuxName %] [% m.cipuxShortDescription %] [more...] [ change ]