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