shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

account.php (377B)


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