Theme Test Drive - Version 2.7.2

Version Description

Download this release

Release Info

Developer freediver
Plugin Icon 128x128 Theme Test Drive
Version 2.7.2
Comparing to
See all releases

Code changes from version 2.7.1 to 2.7.2

Files changed (3) hide show
  1. i/paypal.gif +0 -0
  2. i/twit.png +0 -0
  3. themedrive.php +11 -24
i/paypal.gif ADDED
Binary file
i/twit.png ADDED
Binary file
themedrive.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin URI: http://www.prelovac.com/vladimir/wordpress-plugins/theme-test-drive
5
  Description: Safely test drive any theme while visitors are using the default one. Includes instant theme preview via thumbnail.
6
  Author: Vladimir Prelovac
7
- Version: 2.7.1
8
  Author URI: http://www.prelovac.com/vladimir/
9
 
10
  To-Do:
@@ -373,29 +373,16 @@
373
 
374
  <div id="sideblock" style="float:right;width:220px;margin-left:10px;">
375
  <h3>Information</h3>
376
- <div id="dbx-content" style="text-decoration:none;">
377
- <img src="<?php
378
- echo $imgpath
379
- ?>/home.png"><a style="text-decoration:none;" href="http://www.prelovac.com/vladimir/wordpress-plugins/plugin-central"> Plugin Central Home</a><br /><br />
380
- <img src="<?php
381
- echo $imgpath
382
- ?>/help.png"><a style="text-decoration:none;" href="http://www.prelovac.com/vladimir/forum"> Plugin Forums</a><br /><br />
383
- <img src="<?php
384
- echo $imgpath
385
- ?>/rate.png"><a style="text-decoration:none;" href="http://wordpress.org/extend/plugins/plugin-central/"> Rate Pluign Central</a><br /><br />
386
- <img src="<?php
387
- echo $imgpath
388
- ?>/more.png"><a style="text-decoration:none;" href="http://www.prelovac.com/vladimir/wordpress-plugins"> My WordPress Plugins</a><br /><br />
389
- <br />
390
-
391
- <p align="center">
392
- <img src="<?php
393
- echo $imgpath
394
- ?>/p1.png"></p>
395
-
396
- <p> <img src="<?php
397
- echo $imgpath
398
- ?>/idea.png"><a style="text-decoration:none;" href="http://www.prelovac.com/vladimir/services"> Need a WordPress Expert?</a></p>
399
  </div>
400
  </div>
401
 
4
  Plugin URI: http://www.prelovac.com/vladimir/wordpress-plugins/theme-test-drive
5
  Description: Safely test drive any theme while visitors are using the default one. Includes instant theme preview via thumbnail.
6
  Author: Vladimir Prelovac
7
+ Version: 2.7.2
8
  Author URI: http://www.prelovac.com/vladimir/
9
 
10
  To-Do:
373
 
374
  <div id="sideblock" style="float:right;width:220px;margin-left:10px;">
375
  <h3>Information</h3>
376
+ <div id="dbx-content" style="text-decoration:none;">
377
+ <img src="<?php echo $imgpath ?>/home.png"><a style="text-decoration:none;" href="http://www.prelovac.com/vladimir/wordpress-plugins/theme-test-drive"> Theme Drive Home</a><br /><br />
378
+ <img src="<?php echo $imgpath ?>/rate.png"><a style="text-decoration:none;" href="http://wordpress.org/extend/plugins/theme-test-drive/"> Rate this plugin</a><br /><br />
379
+ <img src="<?php echo $imgpath ?>/help.png"><a style="text-decoration:none;" href="http://www.prelovac.com/vladimir/forum"> Support and Help</a><br />
380
+ <p >
381
+ <a style="text-decoration:none;" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2567254"><img src="<?php echo $imgpath ?>/paypal.gif"></a>
382
+ </p><br />
383
+ <img src="<?php echo $imgpath ?>/more.png"><a style="text-decoration:none;" href="http://www.prelovac.com/vladimir/wordpress-plugins"> Cool WordPress Plugins</a><br /><br />
384
+ <img src="<?php echo $imgpath ?>/twit.png"><a style="text-decoration:none;" href="http://twitter.com/vprelovac"> Follow updates on Twitter</a><br /><br />
385
+ <img src="<?php echo $imgpath ?>/idea.png"><a style="text-decoration:none;" href="http://www.prelovac.com/vladimir/services"> Need a WordPress Expert?</a>
 
 
 
 
 
 
 
 
 
 
 
 
 
386
  </div>
387
  </div>
388