Changeset 1321525
- Timestamp:
- 01/05/2016 08:43:30 AM (10 years ago)
- Location:
- google-trends-und-charts
- Files:
-
- 2 edited
-
tags/1.2/google-trends-charts.php (modified) (3 diffs)
-
trunk/google-trends-charts.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
google-trends-und-charts/tags/1.2/google-trends-charts.php
r1321520 r1321525 71 71 72 72 ?> 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;?>&tn=<?php echo $tn;?>&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;?>&tn=<?php echo $tn;?>&h=<?php echo $h;?>"></iframe> 74 74 <?php 75 75 … … 88 88 . 'Google Top-Suchanfragen' 89 89 . $after_title; ?> 90 <iframe scrolling="no" style="border:none;" width="250" height="413" src=" //www.google.de/trends/hottrends/widget?pn=p15&tn=10&h=413"></iframe>90 <iframe scrolling="no" style="border:none;" width="250" height="413" src="http://www.google.de/trends/hottrends/widget?pn=p15&tn=10&h=413"></iframe> 91 91 <?php echo $after_widget; ?> 92 92 <?php … … 109 109 function insert_topsearches_dashboard_widget_data() { 110 110 // 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&tn=10&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&tn=10&h=413"></iframe>'; 112 112 } 113 113 ?> -
google-trends-und-charts/trunk/google-trends-charts.php
r1321520 r1321525 71 71 72 72 ?> 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;?>&tn=<?php echo $tn;?>&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;?>&tn=<?php echo $tn;?>&h=<?php echo $h;?>"></iframe> 74 74 <?php 75 75 … … 88 88 . 'Google Top-Suchanfragen' 89 89 . $after_title; ?> 90 <iframe scrolling="no" style="border:none;" width="250" height="413" src=" //www.google.de/trends/hottrends/widget?pn=p15&tn=10&h=413"></iframe>90 <iframe scrolling="no" style="border:none;" width="250" height="413" src="http://www.google.de/trends/hottrends/widget?pn=p15&tn=10&h=413"></iframe> 91 91 <?php echo $after_widget; ?> 92 92 <?php … … 109 109 function insert_topsearches_dashboard_widget_data() { 110 110 // 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&tn=10&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&tn=10&h=413"></iframe>'; 112 112 } 113 113 ?>
Note: See TracChangeset
for help on using the changeset viewer.