14 lines
399 B
PHP
14 lines
399 B
PHP
|
<?php
|
||
|
// Heading
|
||
|
$_['heading_title'] = 'Default Store Theme';
|
||
|
|
||
|
// Text
|
||
|
$_['text_extension'] = 'Extensions';
|
||
|
$_['text_success'] = 'Success: You have modified the default store theme!';
|
||
|
$_['text_edit'] = 'Edit Default Store Theme';
|
||
|
|
||
|
// Entry
|
||
|
$_['entry_status'] = 'Status';
|
||
|
|
||
|
// Error
|
||
|
$_['error_permission'] = 'Warning: You do not have permission to modify the default store theme!';
|