File "google.php"
Full path: /home/cakedeco/retaildirectonline.co.uk/catalog/controller/extension/analytics/google.php
File
size: 204 B (204 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
class ControllerExtensionAnalyticsGoogle extends Controller {
public function index() {
return html_entity_decode($this->config->get('analytics_google_code'), ENT_QUOTES, 'UTF-8');
}
}