14 lines
380 B
PHP
14 lines
380 B
PHP
<?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!'; |