Skip to content

Commit f5ce6f7

Browse files
author
Luiz Felipe Weber
committed
Atualizações no Analytics, incluindo logo da Webgenium
1 parent 90b7d2d commit f5ce6f7

37 files changed

+1317
-227
lines changed

WebgeniumAnalytics_UNZIP-FIRST.zip

216 KB
Binary file not shown.

admin/analytics.php

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
<?php
2-
/**
3-
* Joomla! 1.5 component Analytics
4-
*
5-
* @version $Id: analytics.php 2009-07-17 10:34:47 svn $
6-
* @author Kinshuk Kulshreshtha
7-
* @package Joomla
8-
* @subpackage Analytics
9-
* @license GNU/GPL
10-
*
11-
* Show Google Analytics in Joomla Backend
12-
*
13-
* This component file was created using the Joomla Component Creator by Not Web Design
14-
* http://www.notwebdesign.com/joomla_component_creator/
15-
*
16-
*/
2+
/*------------------------------------------------------------------------
3+
# com_analytics - Webgenium Analytics
4+
# ------------------------------------------------------------------------
5+
# author Luiz Felipe Weber - Webgenium System
6+
# copyright Copyright (C) 2011 webgenium.com.br. All Rights Reserved.
7+
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
8+
# Websites: http://loja.weber.eti.br / http://webgenium.com.br
9+
# Technical Support: Forum - https://github.com/webgenium/Analytics-Webgenium
10+
-------------------------------------------------------------------------*/
1711

1812
// no direct access
1913
defined('_JEXEC') or die('Restricted access');

admin/config.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,9 @@
2828
<option value="0">No</option>
2929
<option value="1">Yes</option>
3030
</param>
31+
<param name="show_logo" type="list" default="1" label="Show Webgenium Logo" description="">
32+
<option value="0">No</option>
33+
<option value="1">Yes</option>
34+
</param>
3135
</params>
3236
</config>

admin/controller.php

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
<?php
2-
/**
3-
* Joomla! 1.5 component Analytics Webgenium
4-
*
5-
* @version $Id: controller.php 2011-09-09 18:00:00 svn $
6-
* @author Luiz Felipe Weber
7-
* @author Kinshuk Kulshreshtha
8-
* @website webgenium.com.br
9-
* @package Joomla
10-
* @subpackage Analytics Webgenium
11-
* @license GNU/GPL
12-
*
13-
* Show Google Analytics in Joomla Backend
14-
*
15-
*/
2+
/*------------------------------------------------------------------------
3+
# com_analytics - Webgenium Analytics
4+
# ------------------------------------------------------------------------
5+
# author Luiz Felipe Weber - Webgenium System
6+
# copyright Copyright (C) 2011 webgenium.com.br. All Rights Reserved.
7+
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
8+
# Websites: http://loja.weber.eti.br / http://webgenium.com.br
9+
# Technical Support: Forum - https://github.com/webgenium/Analytics-Webgenium
10+
-------------------------------------------------------------------------*/
1611

1712
// no direct access
1813
defined('_JEXEC') or die('Restricted access');

admin/helpers/aux-lib.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
<?php
2+
/*------------------------------------------------------------------------
3+
# com_analytics - Webgenium Analytics
4+
# ------------------------------------------------------------------------
5+
# author Luiz Felipe Weber - Webgenium System
6+
# copyright Copyright (C) 2011 webgenium.com.br. All Rights Reserved.
7+
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
8+
# Websites: http://loja.weber.eti.br / http://webgenium.com.br
9+
# Technical Support: Forum - https://github.com/webgenium/Analytics-Webgenium
10+
-------------------------------------------------------------------------*/
211
/* Copyright 2009 Carson McDonald ([email protected])
312
413
This program is free software; you can redistribute it and/or modify

admin/helpers/ga-dash.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
<?php
2+
/*------------------------------------------------------------------------
3+
# com_analytics - Webgenium Analytics
4+
# ------------------------------------------------------------------------
5+
# author Luiz Felipe Weber - Webgenium System
6+
# copyright Copyright (C) 2011 webgenium.com.br. All Rights Reserved.
7+
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
8+
# Websites: http://loja.weber.eti.br / http://webgenium.com.br
9+
# Technical Support: Forum - https://github.com/webgenium/Analytics-Webgenium
10+
-------------------------------------------------------------------------*/
211
/* Copyright 2009 Carson McDonald ([email protected])
312
413
This program is free software; you can redistribute it and/or modify

admin/helpers/ga-lib.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
<?php
2+
/*------------------------------------------------------------------------
3+
# com_analytics - Webgenium Analytics
4+
# ------------------------------------------------------------------------
5+
# author Luiz Felipe Weber - Webgenium System
6+
# copyright Copyright (C) 2011 webgenium.com.br. All Rights Reserved.
7+
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
8+
# Websites: http://loja.weber.eti.br / http://webgenium.com.br
9+
# Technical Support: Forum - https://github.com/webgenium/Analytics-Webgenium
10+
-------------------------------------------------------------------------*/
211
/* Copyright 2009 Carson McDonald ([email protected])
312
413
This program is free software; you can redistribute it and/or modify

admin/helpers/gapi.class.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
<?php
2+
/*------------------------------------------------------------------------
3+
# com_analytics - Webgenium Analytics
4+
# ------------------------------------------------------------------------
5+
# author Luiz Felipe Weber - Webgenium System
6+
# copyright Copyright (C) 2011 webgenium.com.br. All Rights Reserved.
7+
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
8+
# Websites: http://loja.weber.eti.br / http://webgenium.com.br
9+
# Technical Support: Forum - https://github.com/webgenium/Analytics-Webgenium
10+
-------------------------------------------------------------------------*/
211
/**
312
* GAPI - Google Analytics PHP Interface
413
*

admin/helpers/gauth-lib.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
<?php
2+
/*------------------------------------------------------------------------
3+
# com_analytics - Webgenium Analytics
4+
# ------------------------------------------------------------------------
5+
# author Luiz Felipe Weber - Webgenium System
6+
# copyright Copyright (C) 2011 webgenium.com.br. All Rights Reserved.
7+
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
8+
# Websites: http://loja.weber.eti.br / http://webgenium.com.br
9+
# Technical Support: Forum - https://github.com/webgenium/Analytics-Webgenium
10+
-------------------------------------------------------------------------*/
211
/* Copyright 2009 Carson McDonald ([email protected])
312
413
This program is free software; you can redistribute it and/or modify

admin/helpers/google_charts.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
<?php
2+
/*------------------------------------------------------------------------
3+
# com_analytics - Webgenium Analytics
4+
# ------------------------------------------------------------------------
5+
# author Luiz Felipe Weber - Webgenium System
6+
# copyright Copyright (C) 2011 webgenium.com.br. All Rights Reserved.
7+
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
8+
# Websites: http://loja.weber.eti.br / http://webgenium.com.br
9+
# Technical Support: Forum - https://github.com/webgenium/Analytics-Webgenium
10+
-------------------------------------------------------------------------*/
211
header("Content-type: image/png");
312

413
$legenda = 'chdl=Visualizacoes|Visitas&chco=0077CC,E34E00&chdlp=t';

0 commit comments

Comments
 (0)