blob: ed2fa5150d32c4bd4d2d24d5a5fb284029c3ec7e (
plain)
1
2
3
4
5
6
7
8
9
|
<?php
// Heading
$_['heading_title'] = 'Reports';
// Text
$_['text_success'] = 'Success: You have modified reports!';
$_['text_list'] = 'Report List';
$_['text_type'] = 'Choose the report type';
$_['text_filter'] = 'Filter';
|