shop.balmet.com

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

google.php (204B)


      1 <?php
      2 class ControllerExtensionAnalyticsGoogle extends Controller {
      3     public function index() {
      4 		return html_entity_decode($this->config->get('analytics_google_code'), ENT_QUOTES, 'UTF-8');
      5 	}
      6 }