google_analytics.php 198 Bytes Raw Blame History Permalink 1 2 3 4 5 6 <?php class ControllerAnalyticsGoogleAnalytics extends Controller { public function index() { return html_entity_decode($this->config->get('google_analytics_code'), ENT_QUOTES, 'UTF-8'); } }