blob: 8188bc4a23fd54127a941596b3386c63a9bab7bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?php
// Heading
$_['heading_title'] = 'Category';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified category module!';
$_['text_edit'] = 'Edit Category Module';
// Entry
$_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify category module!';
|