Plugin Directory

Changeset 1321525


Ignore:
Timestamp:
01/05/2016 08:43:30 AM (10 years ago)
Author:
baynado
Message:

bugfix

Location:
google-trends-und-charts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • google-trends-und-charts/tags/1.2/google-trends-charts.php

    r1321520 r1321525  
    7171       
    7272?>
    73   <iframe scrolling="no" style="border:none;" width="<?php echo $w;?>" height="<?php echo $h;?>" src="//www.google.<?php echo $lang;?>/trends/hottrends/widget?pn=p<?php echo $pn;?>&amp;tn=<?php echo $tn;?>&amp;h=<?php echo $h;?>"></iframe>
     73  <iframe scrolling="no" style="border:none;" width="<?php echo $w;?>" height="<?php echo $h;?>" src="http://www.google.<?php echo $lang;?>/trends/hottrends/widget?pn=p<?php echo $pn;?>&amp;tn=<?php echo $tn;?>&amp;h=<?php echo $h;?>"></iframe>
    7474 <?php
    7575
     
    8888                . 'Google Top-Suchanfragen'
    8989                . $after_title; ?>
    90            <iframe scrolling="no" style="border:none;" width="250" height="413" src="//www.google.de/trends/hottrends/widget?pn=p15&amp;tn=10&amp;h=413"></iframe>
     90           <iframe scrolling="no" style="border:none;" width="250" height="413" src="http://www.google.de/trends/hottrends/widget?pn=p15&amp;tn=10&amp;h=413"></iframe>
    9191        <?php echo $after_widget; ?>
    9292<?php
     
    109109function insert_topsearches_dashboard_widget_data() {
    110110  // Informationen über den aktuellen Benutzer ermitteln.
    111   echo '<iframe scrolling="no" style="border:none;" width="250" height="413" src="//www.google.de/trends/hottrends/widget?pn=p15&amp;tn=10&amp;h=413"></iframe>';
     111  echo '<iframe scrolling="no" style="border:none;" width="250" height="413" src="http://www.google.de/trends/hottrends/widget?pn=p15&amp;tn=10&amp;h=413"></iframe>';
    112112}
    113113?>
  • google-trends-und-charts/trunk/google-trends-charts.php

    r1321520 r1321525  
    7171       
    7272?>
    73   <iframe scrolling="no" style="border:none;" width="<?php echo $w;?>" height="<?php echo $h;?>" src="//www.google.<?php echo $lang;?>/trends/hottrends/widget?pn=p<?php echo $pn;?>&amp;tn=<?php echo $tn;?>&amp;h=<?php echo $h;?>"></iframe>
     73  <iframe scrolling="no" style="border:none;" width="<?php echo $w;?>" height="<?php echo $h;?>" src="http://www.google.<?php echo $lang;?>/trends/hottrends/widget?pn=p<?php echo $pn;?>&amp;tn=<?php echo $tn;?>&amp;h=<?php echo $h;?>"></iframe>
    7474 <?php
    7575
     
    8888                . 'Google Top-Suchanfragen'
    8989                . $after_title; ?>
    90            <iframe scrolling="no" style="border:none;" width="250" height="413" src="//www.google.de/trends/hottrends/widget?pn=p15&amp;tn=10&amp;h=413"></iframe>
     90           <iframe scrolling="no" style="border:none;" width="250" height="413" src="http://www.google.de/trends/hottrends/widget?pn=p15&amp;tn=10&amp;h=413"></iframe>
    9191        <?php echo $after_widget; ?>
    9292<?php
     
    109109function insert_topsearches_dashboard_widget_data() {
    110110  // Informationen über den aktuellen Benutzer ermitteln.
    111   echo '<iframe scrolling="no" style="border:none;" width="250" height="413" src="//www.google.de/trends/hottrends/widget?pn=p15&amp;tn=10&amp;h=413"></iframe>';
     111  echo '<iframe scrolling="no" style="border:none;" width="250" height="413" src="http://www.google.de/trends/hottrends/widget?pn=p15&amp;tn=10&amp;h=413"></iframe>';
    112112}
    113113?>
Note: See TracChangeset for help on using the changeset viewer.