Changeset 20

Show
Ignore:
Timestamp:
09/21/07 16:45:30 (6 years ago)
Author:
d0nut
Message:

changes which are head/foot spefific

Files:
1 added
1 removed
4 modified

Legend:

Unmodified
Added
Removed
  • googleanalytics/files/lib/system/event/listener/AbstractPageGoogleAnalyticsListener.class.php

    r14 r20  
    77 * 
    88 * @author      Torben Brodt 
    9  * @package     de.easy-coding.wcf.googleanalytics 
     9 * @package     de.easy-coding.wbb.googleanalytics 
    1010 * @license     GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> 
    1111 */ 
     
    1717        public function execute($eventObj, $className, $eventName) { 
    1818                if(defined('GOOGLEANALYTICS_KEY') && GOOGLEANALYTICS_KEY != "UA-xxxx-x") { 
    19                         WBBCore::getTPL()->append('specialStyles', WBBCore::getTPL()->fetch('googleAnalytics')); 
     19                        WBBCore::getTPL()->append('specialFooters', WBBCore::getTPL()->fetch('googleAnalytics')); 
    2020                } 
    2121        } 
  • googleanalytics/options.xml

    r14 r20  
    55                <options> 
    66                        <option name="googleanalytics_key"> 
    7                                 <categoryname>headscript.plugins</categoryname> 
     7                                <categoryname>footscript.plugins</categoryname> 
    88                                <optiontype>text</optiontype> 
    99                                <defaultvalue><![CDATA[UA-xxxx-x]]></defaultvalue> 
  • googleanalytics/package.xml

    r14 r20  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<!DOCTYPE package SYSTEM "http://www.woltlab.com/DTDs/package.dtd"> 
    3 <package name="de.easy-coding.wcf.googleanalytics"> 
     3<package name="de.easy-coding.wbb.googleanalytics"> 
    44        <packageinformation> 
    55                <packagename>Google Analytics</packagename> 
     
    88                <version>1.0.0</version> 
    99                <date>DATE</date> 
    10                 <plugin>de.easy-coding.wcf.headscript</plugin> 
     10                <plugin>de.easy-coding.wbb.footscript</plugin> 
    1111        </packageinformation> 
    1212         
     
    1717 
    1818        <requiredpackages> 
    19                 <requiredpackage minversion="1.0.0" file="requirements/de.easy-coding.wcf.headscript.tar.gz">de.easy-coding.wcf.headscript</requiredpackage> 
     19                <requiredpackage minversion="1.0.0" file="requirements/de.easy-coding.wbb.footscript.tar.gz">de.easy-coding.wbb.footscript</requiredpackage> 
    2020        </requiredpackages> 
    2121 
  • make_package.sh

    r17 r20  
    111111 
    112112if [ -f "LICENSE" ]; then 
    113         TAR_STRING="LICENSE" 
     113        TAR_STRING="$TAR_STRING LICENSE" 
    114114fi 
    115115