currency.php (244B)
1 <?php 2 // Text 3 $_['text_success'] = 'Success: Your currency has been changed!'; 4 5 // Error 6 $_['error_permission'] = 'Warning: You do not have permission to access the API!'; 7 $_['error_currency'] = 'Warning: Currency code is invalid!';