1 | <?php |
||
2 | |||
3 | include('common.' . substr(strrchr(__FILE__, '.'), 1)); |
||
4 | |||
5 | $template = SnTemplate::gettemplate('viewreport', true); |
||
0 ignored issues
–
show
Bug
introduced
by
![]() |
|||
6 | $template->assign_var('PAGE_HINT', $lang['cr_view_hint']); |
||
7 | |||
8 | SnTemplate::display($template, $lang['cr_view_title']); |
||
9 |