blob: 9bed37278ff8e18aa3774066cf6e7d2b4d5a6e69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?php
// Heading
$_['heading_title'] = 'Marketing';
// Text
$_['text_success'] = 'Success: You have modified marketing!';
$_['text_list'] = 'Analytics List';
// Column
$_['column_name'] = 'Marketing Name';
$_['column_status'] = 'Status';
$_['column_action'] = 'Action';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify marketing!';
|