Skip to content

Commit

Permalink
Template Marketplace Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jptksc committed Aug 1, 2013
1 parent 439dafd commit b50d04b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dropplets/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,9 @@ function get_premium_templates($type = 'all') {

{ ?>
<li>
<img src="http://dropplets.com/view/<?php echo $template_file_name; ?>/templates/<?php echo $template_file_name; ?>/screenshot.jpg" alt="<?php echo $template_name; ?>">
<a class="buy" href="http://dropplets.com/marketplace/index.php?template=<?php echo $template_file_name; ?>" title="Purchase/Download" target="_blank"><?php echo $template_price; ?></a>
<a class="preview" href="http://dropplets.com/view/<?php echo $template_file_name; ?>/" title="Prview" target="_blank">p</a>
<img src="http://dropplets.com/demo/templates/<?php echo $template_file_name; ?>/screenshot.jpg" alt="<?php echo $template_name; ?>">
<a class="buy" href="http://dropplets.com/marketplace/?template=<?php echo $template_file_name; ?>" title="Purchase/Download" target="_blank"><?php echo $template_price; ?></a>
<a class="preview" href="http://dropplets.com/demo/?template=<?php echo $template_file_name; ?>" title="Prview" target="_blank">p</a>
</li>

<?php }
Expand Down

0 comments on commit b50d04b

Please sign in to comment.