shop.balmet.com

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

google.php (739B)


      1 <?php
      2 $_['heading_title']    = 'Google Analytics';
      3 
      4 // Text
      5 $_['text_extension']   = 'Extensions';
      6 $_['text_success']	   = 'Success: You have modified Google Analytics!';
      7 $_['text_edit']        = 'Edit Google Analytics';
      8 $_['text_signup']      = 'Login to your <a href="http://www.google.com/analytics/" target="_blank"><u>Google Analytics</u></a> account and after creating your website profile copy and paste the analytics code into this field.';
      9 $_['text_default']     = 'Default';
     10 
     11 // Entry
     12 $_['entry_code']       = 'Google Analytics Code';
     13 $_['entry_status']     = 'Status';
     14 
     15 // Error
     16 $_['error_permission'] = 'Warning: You do not have permission to modify Google Analytics!';
     17 $_['error_code']	   = 'Code required!';