Advertisement
Guest User

Untitled

a guest
Dec 26th, 2015
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.43 KB | None | 0 0
  1. <?php
  2.  
  3. // Heading
  4. $_['heading_title']       = 'My Site';
  5.  
  6. // Text
  7. $_['text_module']         = 'Modules';
  8. $_['text_edit']           = 'Edit My Site Module';
  9. $_['text_success']        = 'Success: You have modified module My Site!';
  10.  
  11. // Entry
  12. $_['entry_status']        = 'Status:';
  13.  
  14. // Error
  15. $_['error_permission']    = 'Warning: You do not have permission to modify module My Site!';
  16. $_['error_code']          = 'Code Required';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement